Include model tags in parsers as well as a list parameter to filter them #69
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please take a look at the issue I've attached. This will be a doozie - tags are just one selector type, but they feel the most applicable to our parsers.
In a dbt project, tags can be set in 3 places (see more info here):
properties.yml
file.sql
file in themodels
directorydbt_project.yml
file(I've checked the ones that this PR would take care of) - the question is: Do we want to do it this way? This feels like the most natural, but we should talk about the following:
path:
config:
test_type:
test_name:
DbtDag
andDbtTaskGroup
process to do this in-memory