[CT-680] [Feature] Support for .py files when using file selectors #5289
Labels
enhancement
New feature or request
good_first_issue
Straightforward + self-contained changes, good for new contributors!
node selection
Functionality and syntax for selecting DAG nodes
python_models
Milestone
Is this your first time opening an issue?
Describe the Feature
but for
.py
files, since dbt Python models are gonna happen.I would edit this code, as well as (I think?) this test.
Describe alternatives you've considered
Life would go on without this feature, but why should we settle for less when a first-time contributor (me) wants to build it.
Who will this benefit?
dbt-core
.dbt run
command. For example, if you're generating thedbt run
command from a script, and don't want to bother stripping the file extensions from the list of models you plan to run.Are you interested in contributing this feature?
I'd like to create the PR, but i'll take any help / suggestions / guidance
Anything else?
.sql
support..py
files.The text was updated successfully, but these errors were encountered: