-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "Optimizing" chapter to dynamic-dags section
There is a nice way to optimize dynamic DAG generation by our users. Adding a short chapter linking to example on how this can be done might guide them to do similar approach. We handle several cases here: * starting task via Python interpreter * starting task via forking * running "airflow tasks test" command The detection here is rather complex and in the follow up PR we will add a more robust detection mechanims (but it will be only available as of Airflow 2.4)
- Loading branch information
Showing
1 changed file
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters