Hi guys! I am starting to integrate airbyte with p...
# ask-community-for-troubleshooting
m
Hi guys! I am starting to integrate airbyte with proprietary ETL flow in python, is there any reference where I could check code examples or docs where I could query googleads already-built source programmatically (without having to code the source, just pass parameters like in the UI)?
👀 1
m
Do you want to reproduce the ad_reports created by the connector or try to run custom queries with the Google Ads connector?
m
Just want to reproduce it, but naming connections, trigger sync and receive payload output in python runtime
Is this the reference on customizing destination with python?

https://www.youtube.com/watch?v=kJ3hLoNfz_E&t=318sâ–¾

(just don't know exactly if in this case I can use googleads source and just pass credential configs)
m
There is a tutorial in our website showing how to build a destination
Are you trying to build a destination connector or edit the data in destination?
m
I am trying to use airbyte as an library, just to use googleads source connector and avoid coding myself, but controlling triggers and payload responses