fivetran / dbt_qualtrics_source

Fivetran's Qualtrics Source dbt package
https://fivetran.github.io/dbt_qualtrics_source/
Apache License 2.0
2 stars 2 forks source link

Update stg_qualtrics__survey_response.sql #6

Closed fivetran-catfritz closed 4 months ago

fivetran-catfritz commented 4 months ago

PR Overview

This PR will address the following Issue/Feature:

This PR will result in the following new package version:

Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:

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.

PR Checklist

Basic Validation

Please acknowledge that you have successfully performed the following commands locally:

Before marking this PR as "ready for review" the following have been applied:

Detailed Validation

Please share any and all of your validation steps:

If you had to summarize this PR in an emoji, which would it be?

🧀