Andy Carter
07/27/2023, 9:30 AMkey-properties or table-key-properties in your metadata depending on what version of singer-sdk a particular tap uses?edgar_ramirez_mondragon
07/27/2023, 3:01 PMkey_properties override at the catalog entry level:
{
"streams": [
{
"tap_stream_id": "example",
"schema": {...},
"metadata": [...],
"key_properties": <------------ HERE
}
]Andy Carter
07/27/2023, 6:05 PMtap-tiktok-business which specifies singer-sdk=0.4.x in pypoetry.toml. I thought that at some point the naming system changed in singer-sdk so key-properties became table/view-key-properties. Could be completely wrong thoughedgar_ramirez_mondragon
07/27/2023, 6:09 PMv0.4.0 so it should be the same as today