v0.2.1 dbt_qualtrics_source
fivetran-data-model-bot
released this
30 Apr 20:08
·
20 commits
to main
since this release
PR #6 includes the following updates:
Bug Fix
- Updated model
stg_qualtrics__survey_response
to use a case statement to determine theis_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 forfinished
.
Full Changelog: v0.2.0...v0.2.1