Skip to content

fix: Use selector instead of selector_name#154

Merged
tomasfarias merged 9 commits into
masterfrom
fix/use-selector-instead-of-select-name
Jun 12, 2025
Merged

fix: Use selector instead of selector_name#154
tomasfarias merged 9 commits into
masterfrom
fix/use-selector-instead-of-select-name

Conversation

@tomasfarias

Copy link
Copy Markdown
Owner

Around dbt version 1.5, the selector_name argument got renamed to
simply selector. Our configuration already supports it, so we should
use it everywhere and treat selector_name as a backwards compatible
alias.

Moreover, selector is always a string, and not a list of strings as it
was typed in the DbtRunOperator.

Around dbt version 1.5, the selector_name argument got renamed to
simply selector. Our configuration already supports it, so we should
use it everywhere and treat selector_name as a backwards compatible
alias.

Moreover, selector is always a string, and not a list of strings as it
was typed in the DbtRunOperator.
@tomasfarias tomasfarias linked an issue Jun 11, 2025 that may be closed by this pull request
@tomasfarias
tomasfarias marked this pull request as ready for review June 12, 2025 00:00
@tomasfarias
tomasfarias merged commit ac11952 into master Jun 12, 2025
25 checks passed
@tomasfarias
tomasfarias deleted the fix/use-selector-instead-of-select-name branch June 12, 2025 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dbt selector logic not working

1 participant