dbt_ad_reporting v1.0.4
fivetran-joemarkiewicz
released this
01 Dec 15:12
·
222 commits
to main
since this release
Happy Wednesday!
This release of the dbt_ad_reporting
package includes the following updates:
Feature Enhancement
- The
keyword_id
field (which is a surrogate key generated from the combination of 'account_id', 'line_item_id', 'segment', and 'placement' fields within the Twitter Ads source) has been added to thead_reporting__keyword_report
model for the Twitter Ads platform. (#71)
Bugfixes
- The
not_null
test on thead_reporting__keyword_report
has been adjusted to be tested on thekeyword_id
as opposed to thekeyword_text
. This is needed as there may be times where keyword historical records may be removed and lose reference in an upstream join. As such, the text may be lost and the null test should be applied to the ID instead. (#71)
Contributors
- @clay-walker for being instrumental in understanding and addressing this issue. (#63)