-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
Add Apache Airflow to users of Hatch #1209
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I don't know how I missed that one.
Well. You have not ... We just switched to Hatch last week :) with this GIANT PR of mine apache/airflow#36537. We had some REALLY complex setup and monorepo (I also commented in #233 (comment)) - it now works nicely with the variant of monorepo we currently have. This is done via some smart pre-commit integration (that automatically generates part of our I am actuallly VERY happy with what Hatch and Hatchling (both) give us in Airflow. But I would love to cooperate in the future and help to figure out a more "proper" monorepo support - maybe involving some way of merging pyproject.toml and editable paths between the monoreps (as I described in #233 (comment)) - And I came to think that maybe it will need some PEP to describe it before Hatch implements it. I'd love to hear your thoughts. Airflow might be great testing ground for it (especially now where Hatch/Hatchling are so nicely integrated). |
Shall we merge :) ? |
Yes this was on my schedule today, sorry for the wait! The workspaces feature I'm planning will definitely have to satisfy your use case in order to be merged and I will work closely with you when I have a PoC. |
Co-authored-by: Ofek Lev <ofekmeister@gmail.com> d167faa
Looking forward to it :) |
Co-authored-by: Ofek Lev <ofekmeister@gmail.com> d167faa
No description provided.