-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to run snapshot-freshness with tag selection #2369
Comments
Thanks for opening this issue @nehiljain! If you (or anyone else) is interested in working on this, I think it should be a pretty isolated change :) |
Yeah, I will take a crack at it. Do you want to point me to the relevant code files? |
Hi @nehiljain, I think you'll want to change |
hmm @nehiljain I do think I see the |
@nehiljain Is it possible you're on dbt 0.15.x? Tags were added to the ParsedSourceDefinition object in 0.16.0.
|
Describe the feature
Allow dbt users to run
dbt source snapshot-freshness --select tag:mytag
DBT already has the ability to do this for models but would love to do this for sources as well.
Business Context:
Describe alternatives you've considered
Who will this benefit?
Anyone who has dbt monorepo used by multiple teams. They can run trees inside dbt owned by different teams. These trees are tagged by team name so its as easy as
dbt run -m tag:teamname
,dbt test -m tag:teamname
etc.The text was updated successfully, but these errors were encountered: