Skip to content
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

[CT-2372] [Feature] Any interest in a dbt manifest command? #7269

Closed
3 tasks done
jsnb-devoted opened this issue Apr 4, 2023 · 3 comments
Closed
3 tasks done

[CT-2372] [Feature] Any interest in a dbt manifest command? #7269

jsnb-devoted opened this issue Apr 4, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@jsnb-devoted
Copy link

Is this your first time submitting a feature request?

  • I have read the expectations for open source contributors
  • I have searched the existing issues, and I could not find an existing issue for this feature
  • I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion

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 a compile 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 a dbt 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:

# don't actually need to `ls` -- we just want the manifest
dbt ls

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

@jsnb-devoted jsnb-devoted added enhancement New feature or request triage labels Apr 4, 2023
@github-actions github-actions bot changed the title [Feature] Any interest in a dbt manifest command? [CT-2372] [Feature] Any interest in a dbt manifest command? Apr 4, 2023
@jsnb-devoted
Copy link
Author

Just thinking about this now after I submitted this but I could also see the dbt parse --generate-manifest flag as a suitable ux.

@jtcohen6
Copy link
Contributor

jtcohen6 commented Apr 4, 2023

@jsnb-devoted Definitely interest - dbt parse will start doing this by default in v1.5!

(dbt parse --write-manifest in older versions)

See also:

@jsnb-devoted
Copy link
Author

get out of town! thanks @jtcohen6 -- and there it is in the help dialogue for dbt parse!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants