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

Importing local editable Python packages #52

Open
arnauba opened this issue May 10, 2024 · 0 comments
Open

Importing local editable Python packages #52

arnauba opened this issue May 10, 2024 · 0 comments

Comments

@arnauba
Copy link

arnauba commented May 10, 2024

Hi!

My team is considering switching to the composer-dev tool for local development, but there's one thing we have to find a solution for. In our current set-up we run Airflow locally. In some cases our dags need to import code that's neither in the dags folder nor in any PyPi packages. This code is in other folders of our repository and we install them as editable packages, e.g. pip install -e ../../../my-package. This is convenient because any changes we do in those packages are instantly picked-up by Airflow.

Is there any way of handling this case with the composer-dev tool?

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

1 participant