Add quote
parameter to accepted_values
test
#1873
Labels
enhancement
New feature or request
Milestone
Describe the feature
Currently only character values can be tested in the built-in
accepted_values
test.Relevant code from
accepted_values.sql
To support testing both accepted numeric and character values, we should make quoting the values optional.
Additional context
https://getdbt.slack.com/archives/C2JRRQDTL/p1572299083481900
Per a Slack conversations with Claire and Drew, this should not break existing uses of this test.
Drew suggested added a
quote
parameter, the default of which should betrue
, which is the current behavior.Proposed change
Who will this benefit?
All users that use the
accepted_values
test.The text was updated successfully, but these errors were encountered: