terraform-provider-airbyte
terraform-provider-airbyte copied to clipboard
Google Ads Source Custom Queries Not Matching API
Observed behavior
The airbyte_source_google_ads resource in the Terraform provider is using the old custom_queries
key in the configurations, rather than the new custom_queries_array
introduced in the newer versions of the Google Ads connector.
As a result, it is not possible to set custom queries for a Google Ads source using Terraform. I tried using custom_queries_array
anyway in the Terraform resource, but it does not work.