This is an automated email from the ASF dual-hosted git repository.

dstandish pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from d3ef6736ea Add Matomo as an option for analytics_tool. (#38221)
     add c6bc052980 Add default for `task` on TaskInstance / fix attrs on 
TaskInstancePydantic (#37854)

No new revisions were added by this update.

Summary of changes:
 airflow/example_dags/plugins/event_listener.py     |  8 ++-
 airflow/executors/base_executor.py                 |  3 +
 airflow/executors/debug_executor.py                |  3 +
 airflow/jobs/local_task_job_runner.py              |  2 +
 airflow/lineage/__init__.py                        |  5 +-
 airflow/models/dagrun.py                           | 13 +++-
 airflow/models/renderedtifields.py                 |  4 ++
 airflow/models/skipmixin.py                        |  3 +-
 airflow/models/taskinstance.py                     | 77 ++++++++++++++++++++--
 .../providers/elasticsearch/log/es_task_handler.py |  2 +
 airflow/providers/openlineage/plugins/listener.py  |  8 ++-
 airflow/providers/openlineage/plugins/macros.py    |  7 +-
 airflow/serialization/pydantic/taskinstance.py     | 15 +++--
 airflow/task/priority_strategy.py                  |  6 ++
 airflow/task/task_runner/standard_task_runner.py   |  2 +
 airflow/ti_deps/dep_context.py                     |  2 +-
 airflow/ti_deps/deps/prev_dagrun_dep.py            |  2 +
 airflow/ti_deps/deps/trigger_rule_dep.py           | 25 +++++++
 airflow/utils/log/file_task_handler.py             | 13 ++--
 19 files changed, 172 insertions(+), 28 deletions(-)

Reply via email to