We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de034b commit 064c2abCopy full SHA for 064c2ab
README.md
@@ -628,6 +628,7 @@ This macro returns the unique values for a column in a given [relation](https://
628
-- Returns the list sorted alphabetically
629
{% set payment_methods = dbt_utils.get_column_values(
630
table=ref('stg_payments'),
631
+ where="payment_method = 'bank_transfer'",
632
column='payment_method',
633
order_by='payment_method'
634
) %}
0 commit comments