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
Marcos Marx (Airbyte)
06/27/2022, 2:17 PM
No, Airbyte doesn’t do Reverse ETL today. It is in the future plans but not fixed date to delivery this feature
a
Augustin Lafanechere (Airbyte)
06/27/2022, 3:10 PM
@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
Sergei Kapochkin
06/27/2022, 3:12 PM
Thanks @Augustin Lafanechere (Airbyte) That was my first thought and after I’m think about possible default solution