fivetran / dbt_facebook_ads_source

Fivetran data models for Facebook Ads built using dbt.
https://fivetran.github.io/dbt_facebook_ads_source/
Apache License 2.0
14 stars 15 forks source link

[Bug] basic_ads does not exist #24

Closed johnf closed 1 year ago

johnf commented 1 year ago

Is there an existing issue for this?

Describe the issue

The models reference a basic_ads table which isn't currently created by the connector

Relevant error log or model output

No response

Expected behavior

No error

dbt Project configurations

Nothing specific to this package

Package versions

packages:

What database are you using dbt with?

postgres

dbt Version

Core:

installed: 1.2.3 latest: 1.3.1 - Update available! Your version of dbt-core is out of date! You can find instructions for upgrading here: https://docs.getdbt.com/docs/installation

Plugins:

postgres: 1.2.3 - Update available! At least one plugin is out of date or incompatible with dbt-core. You can find instructions for upgrading here: https://docs.getdbt.com/docs/installation

Additional Context

No response

Are you willing to open a PR to help address this issue?

fivetran-joemarkiewicz commented 1 year ago

Hi @johnf thanks for opening this issue.

The basic_ads table is actual a custom report that you will need to add within the Fivetran connector. We should include steps on how to add this custom report within our pre-requisites steps of our README.

Additionally, we are working with our engineering team to try and have the basic_ads as a default report out of the box. However, for the time being you will need to manually add the report from the Fivetran connector UI.

Let me know if you have any other questions!

johnf commented 1 year ago

@fivetran-joemarkiewicz Thanks. I noticed it is in that section. I completely missed it, though. I think because in almost all the other packages, there are only the first two points which are sort of redundant, so I tend to skip over that section blindly.