gocardless / airflow-dbt

Apache Airflow integration for dbt
https://pypi.org/project/airflow-dbt/
MIT License
395 stars 62 forks source link

New release to PyPI? #65

Open shr1k opened 2 years ago

shr1k commented 2 years ago

Hello,

It looks like the latest release on PyPI is quite outdated. Are there any plans to tag and release a newer version some time soon? We can currently work around this by installing a specific commit hash, but it'd be nice to just rely on a simple pin in requirements.txt

Thanks for a very useful piece of kit!

lockwobr commented 2 years ago

Friendly 👍. This would be helpful, I would like to use some of the new features like ENV and ideally need that package to be published, otherwise will have to figure another way to get the package deployed into our airflow env.

dinigo commented 2 years ago

In the meantime remember that you can install the package straight from this repo (SO answer example).

You can also compile it and create your own package in pypi or any other package registry.

But yes, seems like a new release would be useful

lockwobr commented 2 years ago

AWS MWAA does not have git nor can you install git so it gets more complicated to incorporate this code than that unfortunately. I've published my own private artifact to codeartifacts as a workaround.