https://linen.dev logo
d

David Effiong

02/21/2022, 3:00 PM
Is this your first time deploying Airbyte: No OS Version / Instance: Mac Deployment: Docker Airbyte Version: 0.33.12-alpha Source name/version: Google Ads Description: I am trying to setup a query for the custom GAQL query. However when I enter the valid query below there is no output at my destination. Although, the Airbyte default tables are coming through as expected. What I am doing wrong? The problem is on the query? How I know if the new table using this feature worked? Do this must create a table on
connection settings
? Thanks for the support!
Copy code
SELECT
campaign.id,
campaign.name,
metrics.clicks,
metrics.impressions,
metrics.conversions,
metrics.cost_micros,
metrics.ctr,
metrics.bounce_rate,
metrics.active_view_cpm,
metrics.active_view_ctr,
metrics.active_view_impressions,
metrics.interactions,
metrics.video_views
FROM campaign
o

Ofek Katriel

02/21/2022, 6:08 PM
Hi @André Luis Krasinski, could you please share the logs of your sync attempts? Are you running an incremental sync? Are you sure this query returns data after your start_date?
3 Views