uv icon indicating copy to clipboard operation
uv copied to clipboard

Testing my fork of a package using something like dependency overrides?

Open mattgiles opened this issue 6 months ago • 0 comments

Question

Take the package dagster-dbt. This is a package which lives inside the dagster monorepo. Using this library involves a lot of cross dependencies between different dagster packages.

I have a fork of the dagster repo that changes the code in dagster-dbt. I would love to just point uv at my github repo for this dependency, have everything in my dependency tree that needs dagster-dbt told to use my github repo, and drop-in test my patch.

This seems spiritually aligned with some of the other never-before-possible (or never-before-easy) capabilities of uv. Is it possible?

Platform

No response

Version

No response

mattgiles avatar May 17 '25 03:05 mattgiles