-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
new command: dbt ls #467
Comments
I think I'd prefer the command to be
Maybe it could have a flag like
I personally am less interested in the file paths, especially since the file paths don't include the name of my own project. I'm not sure what the ordering of the output should be. Probably alphabetical? But I can also imagine someone might want to see them in the order they appear in the DAG, but that gets tricky. |
Really nice spec here, @clrcrl! Let's do it!
Available resource types:
Resource type labels:
DEFAULTS:
OUTPUTS:
CAVEATS:
|
List models selected by CLI args. Eg.
This will be especially valuable when dbt supports selecting models by tags, materialization type, etc, etc.
Great idea @emilielimaburke
The text was updated successfully, but these errors were encountered: