-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
[AIRFLOW-4062] Improve docs on install extra package commands #4966
[AIRFLOW-4062] Improve docs on install extra package commands #4966
Conversation
CI doc check pass, but failed in main test. https://travis-ci.org/apache/airflow/builds/510600306?utm_source=github_status&utm_medium=notification |
6721305
to
aa3ad79
Compare
Some command for installing extra packages like `pip install apache-airflow[devel]` cause error in special situation/shell, We should clear them by add quotation like `pip install 'apache-airflow[devel]'`
aa3ad79
to
422f54f
Compare
@ashb CI failed several times, and it's unrelated. This PR just change docs and log so I think it could be merge. |
@ashb Thanks. |
Some command for installing extra packages like `pip install apache-airflow[devel]` cause error in special situation/shell, We should clear them by add quotation like `pip install 'apache-airflow[devel]'`
@ashb I found out you make jira ticket status "RESOLVED", It nessary for me to change jira ticket when PR was merge? Ask that because I found out them will change status auto when related PR be merge. |
The commiter usually marks the Jira ticket as resolved, but we forget sometimes. If we don't, yes you can mark your own Jira tickets as resolved. If you do please also set the Fix Version field - to 2.0.0 or 1.10.3 depending on if it's a large/backwards-incompatible change or not. |
I got it, thanks @ashb |
Reference: apache#4966
…#4966) Some command for installing extra packages like `pip install apache-airflow[devel]` cause error in special situation/shell, We should clear them by add quotation like `pip install 'apache-airflow[devel]'`
…#4966) Some command for installing extra packages like `pip install apache-airflow[devel]` cause error in special situation/shell, We should clear them by add quotation like `pip install 'apache-airflow[devel]'`
…#4966) Some command for installing extra packages like `pip install apache-airflow[devel]` cause error in special situation/shell, We should clear them by add quotation like `pip install 'apache-airflow[devel]'`
Some command for installing extra packages like
pip install apache-airflow[devel]
cause errorin special situation/shell, We should clear them
by add quotation like
pip install 'apache-airflow[devel]'
Make sure you have checked all steps below.
Code Quality
flake8