New installation instructions for Meltano using <u...
# documentation
e
New installation instructions for Meltano using uv 🎉 https://docs.meltano.com/getting-started/installation/#install-meltano
🎉 2
v
oooh it's a pipx killer too!?
epic
e
oooh it's a pipx killer too!?
Still early but I do think it'll get there 😁
a
I would love to move to
uv
but it didn't like the dagster-ext extension for some reason: https://github.com/quantile-development/dagster-ext/issues/12 I assumed it's something wrong with the pyproject.toml but not sure if I was doing something wrong?
👀 1
e
I think it's because it's using a mix of Poetry and PEP 621 in
pyproject.toml
. @Andy Carter What does the
pip_url
for dagster-ext look like?
a
Copy code
git+<https://github.com/quantile-development/dagster-ext@v0.1.1> dagster=1.8.0 dagster-postgres
      dagster-dbt dbt-postgres<1.8.0 dagster-azure dagster_msteams elementary-data
e
replacing with
git+<https://github.com/quantile-development/dagster-ext@v0.1.1>
with
dagster-ext==0.1.1
should fix the issue
I've also commented on the issue and opened a PR
a
Thanks for following it up, looks like there's more to it! Packaging is a bit of a dark art to me! I will try the pip_url change and see if that helps.
👍 1