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
With some further digging, we believe the key_properties here should be the primary keys defined in the stream. With the current clustering key configuration in the sink, the BQ table clustering is directly influenced by the order of columns in the primary key combo defined in the incoming stream. It'll be good if we could have a configurable parameter under the sink so we have more flexibility.
The doc about the config
cluster_on_key_properties
saysThe code confirms that
key_properties
is used to define clustering key set and used as the primary key in merge operationtarget-bigquery/target_bigquery/core.py
Line 468 in 9d1d0b0
target-bigquery/target_bigquery/core.py
Line 527 in 9d1d0b0
Anyone knows how to determine the default
key_properties
value and how to customize (is it even possible)? Thanks!The text was updated successfully, but these errors were encountered: