-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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-3933] Fix various typos #4747
Conversation
Fix typos
@ryanyuan Awesome! |
@@ -1376,7 +1376,7 @@ def execute(self, context): | |||
self.hook.wait(self.start()) | |||
|
|||
def start(self, context): | |||
raise AirflowException('plese start a workflow operation') | |||
raise AirflowException('please start a workflow operation') |
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.
Not sure what the convention is, but maybe should be capitalised?
dev/airflow-pr
Outdated
@@ -63,7 +63,7 @@ AIRFLOW_GIT_LOCATION = os.environ.get( | |||
"AIRFLOW_GIT", | |||
os.path.dirname(os.path.dirname(os.path.realpath(__file__)))) | |||
|
|||
# Remote name which points to the Gihub site | |||
# Remote name which points to the Github site |
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.
I think it should be GitHub
Codecov Report
@@ Coverage Diff @@
## master #4747 +/- ##
=======================================
Coverage 74.61% 74.61%
=======================================
Files 430 430
Lines 28009 28009
=======================================
Hits 20900 20900
Misses 7109 7109
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4747 +/- ##
==========================================
- Coverage 74.61% 74.61% -0.01%
==========================================
Files 430 430
Lines 28009 28009
==========================================
- Hits 20900 20899 -1
- Misses 7109 7110 +1
Continue to review full report at Codecov.
|
Fix typos
@ryanyuan awesome! A minor minor suggestion: if all changes in your PR are purely doc change, you can add "[ci skip]" in your git commit message to skip the CI, so that it can save ASF a small amount of money. |
@XD-DENG I donnot know CI test need money before. Isn't travis-ci free for open source project? |
Hi @zhongjiajie , Yes it is free for open source projects, but for relatively small size ones. If you integrate your Airflow fork with TravisCI, you will find that it's free but you can only run 5 tests concurrently. ASF is using a subscribed service from Travis so Apache projects like Airflow's CI on Travis can run "unlimited" concurrent tests. It's not free in that case. I got to know this from Ash earlier: #3967 (comment) (both "[ci skip]" and "[skip ci]" would work I remember) |
@XD-DENG Thanks for the tips! |
@XD-DENG I get this, thanks. |
Thanks @ryanyuan |
Fix typos
Make sure you have checked all steps below.
Jira
Description
Commits
Code Quality
flake8