[GitHub] [airflow] josh-fell opened a new pull request #18562: Updating core example DAGs to use TaskFlow API where applicable

2021-10-12 Thread GitBox
josh-fell opened a new pull request #18562: URL: https://github.com/apache/airflow/pull/18562 Related: #9415 This PR aims to replace the use of `PythonOperator` and `PythonVirtualEnvOperator` tasks for the TaskFlow API in several core example DAGs. Additionally, there are ins

[GitHub] [airflow] josh-fell opened a new pull request #18562: Updating core example DAGs to use TaskFlow API where applicable

2021-09-27 Thread GitBox
josh-fell opened a new pull request #18562: URL: https://github.com/apache/airflow/pull/18562 Related: #9415 This PR aims to replace the use of PythonOperator tasks for the TaskFlow API in several core example DAGs. Additionally, there are instances of replacing `trigger_rule`