You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
Hi, I'm trying to access "TEXT" field on question_response table in Qualtrics.
This field is not available by default inside dbt_packages/qualtrics_source/models/stg_qualtrics__survey_response.sql file.
Could you please enable Pass Through Columns feature on this model as well?
Similar to qualtrics__survey_pass_through_columns, qualtrics__directory_pass_through_columns, etc.
Is there an existing feature request for this?
Describe the Feature
Hi, I'm trying to access "TEXT" field on question_response table in Qualtrics.
This field is not available by default inside dbt_packages/qualtrics_source/models/stg_qualtrics__survey_response.sql file.
Could you please enable Pass Through Columns feature on this model as well?
Similar to qualtrics__survey_pass_through_columns, qualtrics__directory_pass_through_columns, etc.
How would you implement this feature?
Please add/replicate {{ fivetran_utils.fill_pass_through_columns('qualtrics__survey_response_passthrough_columns') }} feature inside dbt_packages/qualtrics_source/models/stg_qualtrics__directory_mailing_list.sql file.
Describe alternatives you've considered
No response
Are you interested in contributing this feature?
Anything else?
No response