Closed Jeralckx closed 1 year ago
Hi @Jeralckx thanks for opening this issue. That is strange that the Quickstart package did not capture the basic_ad table if it was already created in the connector. I wonder if the name of the basic_ad table is different from what the package is expecting. Would you be able to inspect your tables and let me know the exact name of the basic_ad table in your warehouse?
Hi @fivetran-joemarkiewicz, thanks for getting back to me.
That's just the thing... Although my Facebook Ads connector schema says it's syncing the basic_ad table:
The table isn't stored whatsoever in BigQuery:
Thanks for sharing @Jeralckx. That is peculiar 🤔. Unfortunately, my team does not have much insight into the nuances of the connector. I would expect the basic_ad
to be synced in your target schema.
I would recommend opening a support ticket for our customer support and connector team to help you understand why the basic_ad
is not syncing for you. Once that is syncing to your destination, the data model should succeed as expected!
I will close this ticket and mark as wont fix
as this is an issue that needs to be addressed at the connector with how the basic ad
table is synced.
I'm curious how this was resolved for you. I am experiencing he same issue. he facebook ads account is not mine but one that I have been added to. I suspect there are some permissions or access rights missing.
Is there an existing issue for this?
Describe the issue
I've configured the Facebook Ads connector and enabled all available Quickstart transformations for Facebook Ads:
However, all Quickstart transformations are failing because of the same reason: it appears the basic_ad table wasn't found:
This seems odd since according to this documentation: https://fivetran.com/docs/applications/facebook-ads/prebuilt-reports, the basic_ad table is included in the 21 prebuilt reports that are created by default upon activating the Facebook Ads connector.
Relevant error log or model output
Expected behavior
The basic_ad table should be created given the basic config of the Facebook Ads connector. All Quickstart transformations should run succesfully.
dbt Project configurations
These are Quickstart transformations provided by Fivetran.
Package versions
These are Quickstart transformations provided by Fivetran.
What database are you using dbt with?
bigquery
dbt Version
1.6.6
Additional Context
No response
Are you willing to open a PR to help address this issue?