Closed bruceconklin closed 1 year ago
Thanks for filing this @bruceconklin. This also relates to these columns not being available in the snapchat_ads
package. I've created a PR to add those columns there, so they can also be used in the ad_reporting
package.
Thanks for opening this @bruceconklin and for chiming in @dumkydewilde!
I chatted with @dumkydewilde in the snapchat ads PR and will move forward with reviewing and integrating these PRs. Stay tuned as we work through these.
@bruceconklin and @dumkydewilde I just wanted to provide an update that I have reviewed and approved the two mentioned PRs! I am kicking off our internal release process. You can most likely expect these to be merged and released by early next week.
FYI the above mentioned PRs have been approved and merged into the latest release of the Snapchat and Ad reporting packages.
As such, I will close out this issue. Please feel free to reopen if the issue still persists on your end.
Is there an existing issue for this?
Describe the issue
In this intermediate model: https://github.com/fivetran/dbt_ad_reporting/blob/v1.2.0/models/intermediate/int_ad_reporting__url_report.sql
Snapchat_ads contains a series of field mappings that are set to null. This is preventing these fields from populating in the model output. `snapchat_ads as (
), `
I believe this is an error as other mappings do not contain null values.
Relevant error log or model output
No response
Expected behavior
I expect these to map to the correct field in the source table
dbt Project configurations
N/A
Package versions
N/A
What database are you using dbt with?
other (mention it in "Additional Context")
dbt Version
N/A
Additional Context
No response
Are you willing to open a PR to help address this issue?