You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I have a connector, which pulls data from multiple topics into their own tables respectively. I want to use the clusteringPartitionFieldNames at topic/table level for eg:
for table 1, clusteringPartitionFieldNames will be column a, b
for table 2, clusteringPartitionFieldNames will be column f,g
Currently from the documentation, it simply says, provide a comma, separated list. But we need the that to be mapped to certain topics respectively.
Like table 2 does not have column a,b and even if it did, lets say a,b does not make sense for table 2.
Any help would be much appreciated.
The text was updated successfully, but these errors were encountered:
ee07dazn
changed the title
setting different clusteringPartitionFieldNames across different tables in the same connector
setting different clusteringPartitionFieldNames across different tables in the same connector
Jan 23, 2023
Hi
I have a connector, which pulls data from multiple topics into their own tables respectively. I want to use the
clusteringPartitionFieldNames
at topic/table level for eg:for table 1,
clusteringPartitionFieldNames
will be column a, bfor table 2,
clusteringPartitionFieldNames
will be column f,gCurrently from the documentation, it simply says, provide a comma, separated list. But we need the that to be mapped to certain topics respectively.
Like table 2 does not have column a,b and even if it did, lets say a,b does not make sense for table 2.
Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: