terraform-provider-airbyte icon indicating copy to clipboard operation
terraform-provider-airbyte copied to clipboard

Google Ads Source Custom Queries Not Matching API

Open matthewbelair opened this issue 1 year ago • 0 comments

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.

matthewbelair avatar Feb 05 '24 16:02 matthewbelair