Stephen Delinski
10/08/2024, 5:18 AMAndy Carter
10/08/2024, 7:27 AMmessages
as a json entry. Tap tiktok is one, as is google ads.
This does mean the downstream unpacking work has to be done by your transformation i.e. dbt or similar. I think it's a personal thing of whether you want your tap to do more or less. I like my tap to fairly simple then I can handle the downstream transformation in sql personally.
Also, some taps like target-postgres
wise version support automatic flattening (which may or may not be to your taste).visch
10/08/2024, 11:51 AMvisch
10/08/2024, 11:51 AMAndy Carter
10/08/2024, 11:57 AM(I think I'd just pass it via context to the child streams and in get_records just return the slice of the data I wanted in each)
Genius, why did I think that a child stream needed to be a new API call?!visch
10/08/2024, 12:24 PMStephen Delinski
10/08/2024, 5:42 PM