stephen_bailey
04/07/2022, 7:10 PMkey_properties
recognized when setting up tap-airtable
to target-snowflake
. in my config i have:
metadata:
'*':
replication-method: FULL_TABLE
replication-key: "id"
table-key-properties: [id]
key_properties: [id]
but i get an
Exception: key_properties field is required
from the target. any thoughts?stephen_bailey
04/07/2022, 7:13 PMproperties
, in case that is relevantstephen_bailey
04/07/2022, 7:36 PMprimary_key_required
setting on the target, but im still not sure why the metadata approach wasn't working šsam_werbalowsky
04/08/2022, 9:28 PMstephen_bailey
04/11/2022, 2:19 PMpipelinewise-target-snowflake
does a mergesam_werbalowsky
04/12/2022, 6:23 PM- properties
in the capabilities section for the tap?