Skip to content

v0.2.1 dbt_qualtrics_source

Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 30 Apr 20:08
· 20 commits to main since this release
36dfc65

PR #6 includes the following updates:

Bug Fix

  • Updated model stg_qualtrics__survey_response to use a case statement to determine the is_finished boolean value instead of a straight cast to boolean.
    • This is necessary for warehouses that do not support the straight cast.

Under the Hood

  • Updated the integration tests seed survey_response to test both possible values for finished.

Full Changelog: v0.2.0...v0.2.1