-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Further make sure graphviz is truly optional feature on MacOS #43867
Further make sure graphviz is truly optional feature on MacOS #43867
Conversation
acb58d6
to
c00234c
Compare
cc: @enisnazif |
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.
Sounds fair to me, just left one suggestion 👍
For our development, Pygraphviz is quite a difficul dependency to install on MacOS. That's why we disable it by default on MacOS - it was attempted in apache#43604, but it turned out some other dependencies pulled it in as well. This PR removes all the graphviz dependencies as being required, and providers more readable error message and iink to documuentation explaining how to install graphviz if needed.
c00234c
to
98605eb
Compare
Another result of the Man's Hackathon :). We were lucky to have @enisnazif who had brand-new M4 Mac just set-up from scratch so I hope firrst time MacOS experience for new contributors will get better thanks to that! |
A new laptop always helps find bugs in the docs :) |
New laptops and new hires/interns. Their best first contribution is always verifying and updating docs 👍 |
…#43867) For our development, Pygraphviz is quite a difficul dependency to install on MacOS. That's why we disable it by default on MacOS - it was attempted in apache#43604, but it turned out some other dependencies pulled it in as well. This PR removes all the graphviz dependencies as being required, and providers more readable error message and iink to documuentation explaining how to install graphviz if needed.
…#43867) For our development, Pygraphviz is quite a difficul dependency to install on MacOS. That's why we disable it by default on MacOS - it was attempted in apache#43604, but it turned out some other dependencies pulled it in as well. This PR removes all the graphviz dependencies as being required, and providers more readable error message and iink to documuentation explaining how to install graphviz if needed.
For our development, Pygraphviz is quite a difficul dependency to
install on MacOS. That's why we disable it by default on MacOS -
it was attempted in #43604, but it turned out some other dependencies
pulled it in as well.
This PR removes all the graphviz dependencies as being required,
and providers more readable error message and iink to documuentation
explaining how to install graphviz if needed.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.