This is an automated email from the ASF dual-hosted git repository. turbaszek pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git.
from c9f006b added environment configuration for using --start-airflow (#10971) add 0779688 Introduce TaskMixin (#10930) No new revisions were added by this update. Summary of changes: airflow/example_dags/example_xcomargs.py | 6 +-- airflow/models/baseoperator.py | 80 ++++++++++---------------------- airflow/models/taskmixin.py | 76 ++++++++++++++++++++++++++++++ airflow/models/xcom_arg.py | 52 ++++++--------------- pylintrc | 2 +- 5 files changed, 117 insertions(+), 99 deletions(-) create mode 100644 airflow/models/taskmixin.py