-
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
[CT-286] [Feature] dbt deps command improvements #4786
Comments
Thanks for writing up this this request @alexrosenfeld10! I can see where you're coming from with the desire for
When you run
If you update the As for the dependabot request, since dbt packages are their own kind of package, dependabot is not possible since it is not currently open to adding new ecosystems. I'm going to close this as something we won't be fixing but feel free to comment if you have any follow up. |
@emmyoop, apologies for bring this back from deep archives... We recently started looking into the idea of having Dependabot help with dbt dependency management in conjunctino with dbt 1.7+ package locking. Looks like the maintainers of Dependabot may have changed their policy and are open to adding new package managers. Is Dependabot integration with the dbt package manager something you'd consider these days given the apparent change? |
Is there an existing feature request for this?
Describe the Feature
I'm suggesting a few improvements / additions to the
dbt deps
command, and dependencies in general. Command syntax / structure can be anything - but here's some general idea:dbt deps list
: list out the dependencies and versions in the project, as well as the latest available version for each dependencydbt deps update <dependency name> <optional version>
: update the dependency to latest, or version if specifieddbt deps update
: update all deps to latestIn addition to these commands, I think it'd be awesome to have
dbt
integrate withdependabot
, and open PRs to update the package dependencies for users.Describe alternatives you've considered
none, this isn't a must have or anything, it's all just QOL stuff.
Who will this benefit?
All users, especially ones on github that use dependabot.
Are you interested in contributing this feature?
Sure! If time allows.
Anything else?
No response
The text was updated successfully, but these errors were encountered: