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

make rialto-airflow dependency management consistent across local dev, CI, and dockerized airflow #157

Open
jmartin-sul opened this issue Feb 14, 2025 · 1 comment

Comments

@jmartin-sul
Copy link
Member

Per post-standup discussion: our Dockerfile has airflow installing dependencies from requirements.txt, see

RUN uv pip install --no-cache "apache-airflow==${AIRFLOW_VERSION}" -r requirements.txt

But in local dev and in CI, we use the uv.lock, because we uv run ... everything (e.g. uv run pytest).

We should use a single consistent approach for running things and for specifying dependencies. That might be compiling to and installing from requirements.txt, since that might be what we have to use in the Airflow Dockerfile?

@edsu
Copy link
Contributor

edsu commented Feb 18, 2025

I think that #160 will help with this!

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

No branches or pull requests

2 participants