tim_schwartz
03/11/2025, 5:37 PMReuben (Matatika)
03/11/2025, 11:23 PMtim_schwartz
03/11/2025, 11:26 PMReuben (Matatika)
03/12/2025, 2:57 AMStream
implementation using the zeep library though... That's where I would start anyway - perhaps you have already done that!tim_schwartz
03/12/2025, 3:14 AMtim_schwartz
03/12/2025, 3:17 AMReuben (Matatika)
03/12/2025, 8:27 AMtim_schwartz
03/12/2025, 4:54 PMReuben (Matatika)
03/12/2025, 5:10 PMtap-google-sheets
is probably a better example for that:
https://github.com/Matatika/tap-google-sheets/blob/2959c70c07076b1359b5ddde5d62be86b0310b7f/tap_google_sheets/auth.py#L12-L24
Take a look at tap-auth0 - I think that would be a good starting point for how to define schemas and streams. You're probably going to want one schema and stream for each Google Ad Manager REST resource (left-hand sidebar in above link): networks
and operations
, and a bunch of child streams for networks
.tim_schwartz
03/12/2025, 6:38 PM