Reuben (Matatika)
09/10/2024, 1:49 PMtap-bigquery
and trying to set key properties in metadata
using table-key-properties
, but key_properties
in the SCHEMA
message is empty. I can get it to work with `key-properties`/`key_properties`, but those metadata keys are not listed in the Singer spec, so I don't know if I'm relying on some undefined behaviour...
Related:
• https://discuss.meltano.com/t/16277188/hi-all-when-trying-to-specify-custom-pks-in-my-meltano-yml-b
• https://discuss.meltano.com/t/16276147/so-i-have-a-problem-i-need-to-replicate-table-from-postgres-
• https://discuss.meltano.com/t/16272691/need-advice-i-m-trying-to-develop-tap-bigquery-existing-fromEdgar Ramírez (Arch.dev)
09/10/2024, 5:05 PMtap-bigquery
is this?Reuben (Matatika)
09/10/2024, 5:37 PMmeltanolabs
Edgar Ramírez (Arch.dev)
09/10/2024, 5:51 PMmetadata:
my_stream:
key-properties: [my, keys]
but this doesn't
metadata:
my_stream:
table-key-properties: [my, keys]
?Reuben (Matatika)
09/10/2024, 6:07 PMEdgar Ramírez (Arch.dev)
09/11/2024, 1:35 AMReuben (Matatika)
09/11/2024, 10:43 AM