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
Add an optional argument to the get_column_values macro that allows a where clause to be passed to the generated SQL.
Describe alternatives you've considered
The alternative is using run_query to get these values, but the docs state:
Here's an example of using this (though if you're using run_query to return the values of a column, check out the get_column_values macro in the dbt-utils package).
Additional context
No additional context comes to mind
Who will this benefit?
ME :) But also anyone trying to get a narrow list for cross-filtering models without a join.
Are you interested in contributing this feature?
Heck yea 😎
The text was updated successfully, but these errors were encountered:
Describe the feature
Add an optional argument to the
get_column_values
macro that allows a where clause to be passed to the generated SQL.Describe alternatives you've considered
The alternative is using
run_query
to get these values, but the docs state:Additional context
No additional context comes to mind
Who will this benefit?
ME :) But also anyone trying to get a narrow list for cross-filtering models without a join.
Are you interested in contributing this feature?
Heck yea 😎
The text was updated successfully, but these errors were encountered: