cole_saunders
02/04/2022, 11:48 AMtap-rest-api-msdk
, however I'm struggling to know the exact meaning of setting primary_keys
. On the taps doc, the definition is "a list of the json keys of the primary key for the stream".
At first I used an API token hoping that it may work and of course it didn't. Having a look at other issues on this channel, I'm under the impression it could be some type of API key or account id.
Can someone provide a little more context to what this setting means?
Thanksaaronsteers
02/04/2022, 5:13 PMcustomers
stream, this would probably be something like ['customer_id']
.aaronsteers
02/04/2022, 5:15 PMjosh_lloyd
02/04/2022, 5:49 PMjosh_lloyd
02/04/2022, 5:50 PMjosh_lloyd
02/04/2022, 5:53 PM{
{'customer_id': {'value': 1234}}
}
Then the syntax for the primary_keys
setting would be customer_id.value
.cole_saunders
02/07/2022, 10:20 AM