I'm using `tap-bigquery` and trying to set key pro...
# troubleshooting
r
I'm using
tap-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-bhttps://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-from
e
which
tap-bigquery
is this?
r
meltanolabs
e
Hmm ok, so this works
Copy code
metadata:
  my_stream:
    key-properties: [my, keys]
but this doesn't
Copy code
metadata:
  my_stream:
    table-key-properties: [my, keys]
?
r
Yes - sorry, I should have posted an example myself. 😅
e
That's weird, specially because it's SDK-based. Can you open an issue in meltano/sdk?
👍 1
r