Skip to content

v0.1.1 dbt_qualtrics

Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 20 Dec 18:58
· 4 commits to main since this release
84a7171

PR #6 applies the following changes:

Bug Fix

  • Ensures the date spine in the qualtrics__daily_breakdown model always has a non-null start date, especially if you do not have the distribution_contact source table whose min(created_at) is used to generate the date spine.
    • If no distribution_contact table is present in your Qualtrics connector(s), the minimum date will be set to 2016-01-01.

Under the Hood

  • Updated the pull request templates.
  • Included auto-releaser GitHub Actions workflow to automate future releases.

Full Changelog: v0.1.0...v0.1.1