The recent conversions release is intended to be backwards compatible and not cause any errors for folks who have already been including conversions via our existing passthrough column framework. For the most this was achieved, but we missed the case of conversion_value_in_local_currency.
Relevant error log or model output
Database Error in model linkedin_ads__account_report (models/linkedin_ads__account_report.sql)
CREATE TABLE has columns with duplicate name conversion_value_in_local_currency at [15:1]
compiled code at target/run/linkedin/models/linkedin_ads__account_report.sql
Expected behavior
Should run without error. conversion_value_in_local_currency is included in my model
Is there an existing issue for this?
Describe the issue
The recent conversions release is intended to be backwards compatible and not cause any errors for folks who have already been including conversions via our existing passthrough column framework. For the most this was achieved, but we missed the case of
conversion_value_in_local_currency
.Relevant error log or model output
Expected behavior
Should run without error.
conversion_value_in_local_currency
is included in my modelPossible solution
Adapt solution from Snapchat ads
dbt Project configurations
Package versions
v0.9.0
What database are you using dbt with?
postgres, redshift, snowflake, bigquery, databricks
How are you running this dbt package?
dbt Core™
dbt Version
Core:
latest: 1.8.8 - 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:
Additional Context
No response
Are you willing to open a PR to help address this issue?