potiuk opened a new pull request #17757: URL: https://github.com/apache/airflow/pull/17757
This PR is result of responding to a number of questions and issues Airflow users had on Slack, Stack Overflow and GitHub issues. While the document was really helpful it did not address some of the questions people had and it did not have enough examples, it also did not warn people to avoid some of the common mistakes they could make (such as using relative imports). The sequence of the document has also been slightly improved. It was not clear what the document was reallyh about as it had several independent chapters without logical sequence. Now the document starts with intro and explaining the options you have, explaining in general how python loads packages and modules and then going deper into the usual ways users will add code to Airflow, ending with description on how to prepare your custom package (which logically follows the frequency of the ways users are adding code to Airflow). <!-- Thank you for contributing! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation. Feel free to ping committers for the review! In case of existing issue, reference it using one of the following: closes: #ISSUE related: #ISSUE How to write a good git commit message: http://chris.beams.io/posts/git-commit/ --> --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information. In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed. In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x). In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/main/UPDATING.md). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
