[CT-2372] [Feature] Any interest in a dbt manifest
command?
#7269
Labels
enhancement
New feature or request
dbt manifest
command?
#7269
Is this your first time submitting a feature request?
Describe the feature
We use the manifest for CI and auxiliary tooling and we have been doing
dbt compile
to generate it. I'm now just realizing that we are wasting time doing acompile
for just the manifest. It is handy that the doc has the list of commands that will generate the manifest but it feels a tad odd to be doing adbt ls
just so I can generate the manifest byproduct.Describe alternatives you've considered
dbt ls
is totally fine -- I could just see us writing things in our code like:Who will this benefit?
Just folks that use the manifest directly for metadata/tooling/CI etc
Are you interested in contributing this feature?
Sure -- I think I could pattern match my way around it if there is a single function that generates the manifest.
Anything else?
No response
The text was updated successfully, but these errors were encountered: