Closed jtcohen6 closed 1 year ago
Thanks again for raising this to our team and helping to address this issue! This has since been addressed within PR #5 and is now live on the hub.
As such, the issue should be addressed and I will close this bug report. Please feel free to reopen if the issue persists on your end 😄
Is there an existing issue for this?
Describe the issue
This results in
"False and True"
, which is not a valid boolean value:https://github.com/fivetran/dbt_amazon_ads_source/blob/ba849f3e77d153e3cc8548f9f2d9b6b5dd8b31ac/models/src_amazon_ads.yml#L167-L168
This results in an admittedly gross validation error in
dbt-core
:Change to:
(Notice the condition is now fully inside the Jinja, rather than templating a string)__
Relevant error log or model output
No response
Expected behavior
Does not raise validation error
dbt Project configurations
Package versions
What database are you using dbt with?
snowflake
dbt Version
Additional Context
No response
Are you willing to open a PR to help address this issue?