Hey guys! If I have DB table with account list tha...
# ask-community-for-troubleshooting
s
Hey guys! If I have DB table with account list that constantly updating let’s name it list_acc = [acc1,acc2..accn]. I need to pass this list to “Customer Id(s)” field of Google Ads connector - is there exists an elegant and airbyte way of doing this?
m
No, Airbyte doesn’t do Reverse ETL today. It is in the future plans but not fixed date to delivery this feature
a
@Sergei Kapochkin do you mean updating the source connector configuration according to the content of a DB table? This is not supported out of the box in Airbyte but you can write a custom script that interacts with your DB and our API to update the connector configuration.
s
Thanks @Augustin Lafanechere (Airbyte) That was my first thought and after I’m think about possible default solution