Oracle target - specify primary key, unique and indexes - table_keys does not seem to be used #225
-
Hi ! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
Good catch, it's not implemented yet. |
Beta Was this translation helpful? Give feedback.
-
Hi! @flarco has table_keys been implemented for other db or SQL server? Thank you! |
Beta Was this translation helpful? Give feedback.
-
@GoranDervisevic Yes: #226 |
Beta Was this translation helpful? Give feedback.
-
Thank you for the quick response @flarco and have a question that I should have asked in the first place. I could not find any answers or method on the official Sling website, How is table_keys implemented in Sling? Is it part of a Sling flag when running? |
Beta Was this translation helpful? Give feedback.
-
In a replication: streams:
my_stream:
target_options:
table_keys:
index: [col1, col2] |
Beta Was this translation helpful? Give feedback.
In a replication: