-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Description
Describe the issue with documentation
Recently starting our with Airflow I've been reading parts of the documentations quite carefully. There's at least two typos that could be fixed. First, looking at Module management I see: "You can see the .ariflowignore file at the root of your folder." I'm rather confused by this, since when looking at module_management.rst it seems to say "You can see the .airflowignore file at the root of your folder" (no typo). Why's that?
Second, looking at the docs for GenericTransfer, the explanation for destination_conn_id (str) I believe should be e.g., destination connection and not source connection (compare with source_conn_id (str)). However, I'm unable to find the corresponding doc from the repo. When clicking on "Suggest a change on this page" I end up with 404.
How to solve the problem
See above for the suggested fixes as well. I'd be happy to submit a PR too (but see some questions above as well).
Anything else
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct