Closed alexmacartney closed 6 months ago
Sorry if I have done anything wrong. This is my first time reporting an issue on GitHub!
Hi @alexmacartney thank you for opening this issue--the info you provided is perfect! We agree that the issue with the reach
and frequency
metrics needs to be addressed. The next step is for us internally to find the best way to deprecate those columns in stg_facebook_ads__basic_ad
while maintaining backwards compatibility for all users. We'll keep you posted.
@fivetran-catfritz Great! Please let me know if there is anything I can do to help.
Hi @alexmacartney thanks for the ping. There is nothing you need to do for now! We are accepting this issue and plan to release an update in the coming weeks. We might reach out to you to test our proposed changes in the next week or so as well.
hey @alexmacartney - the fix for this is live and will be automatically installed with facebook_ads [">=0.7.0", "<0.8.0"]
; you should be able to pass reach
and frequency
to the facebook_ads__basic_ad_passthrough_metrics
var
going to close this issue but please reopen if the fix isn't working for you 🤠
Is there an existing issue for this?
Describe the issue
reach
is already being pulled through manually in stg_facebook_ads__basic_ad.sql so when I try to pass throughreach
using the below I get a duplicate field and the model can't run. I need to pass through the field for subsequent models using the dbt_facebook_ads repo. I believe the same would be true forfrequency
.Relevant error log or model output
Expected behavior
I would expect
reach
to not be in the initial list of variables so that when the macro adds it there are no duplicate fields. This would then allow the model to run.dbt Project configurations
Package versions
What database are you using dbt with?
bigquery
dbt Version
Core:
latest: 1.7.13 - 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:
bigquery: 1.6.7 - 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?