christoph
11/25/2022, 4:04 AMchristoph
11/25/2022, 4:28 AM_after_process_record()
hook. https://github.com/meltano/sdk/blob/7962ebc9a9a0ff14e77e6aeb1b76d8e5cda2bc73/singer_sdk/sinks/core.py#L341-L347
I'd just need to figure out how much data will already be in the context
and how much I would need to push onto the context
in addition.aaronsteers
11/29/2022, 5:55 AMSTATE
but there's no similar option for targets. I've opened a new discussion on this topic here:
SaaS targets: strategy to maintain state and/or other artifacts created · Discussion #1229 · meltano/sdk (github.com)aaronsteers
11/29/2022, 5:55 AMchristoph
11/29/2022, 6:09 AMsurrogate_key_lookup_table
bucket.
And that's what I have put together for now using the Target SDKchristoph
11/29/2022, 6:12 AMvisch
11/29/2022, 1:40 PMvisch
11/29/2022, 1:40 PMvisch
11/29/2022, 1:42 PMBut I need to keep a track of the primary key ID of the "synched" records from the external HTTP REST API destination.I have needed this a few times, but luckily it's always with the same system. IE create an account in AzureAD and I need to add a manger to the account with that ID, and add that ID to groups in AzureAD. So it's pretty simple. For other integrations I tend to say that they should use tap-azuread (in this case) to pull the data themselves
visch
11/29/2022, 1:44 PMvisch
11/29/2022, 1:45 PMvisch
11/29/2022, 1:46 PM