You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2022/02/15 12:06:55 UTC

[airflow] branch main updated (2eb1056 -> 2258e13)

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

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


    from 2eb1056  Fixed PostgresToGCSOperator fail on empty resultset for use_server_side_cursor=True (#21307)
     add 2258e13  Change default log filename template to include map_index (#21495)

No new revisions were added by this update.

Summary of changes:
 airflow/config_templates/config.yml                |  6 ++--
 airflow/config_templates/default_airflow.cfg       |  4 +--
 airflow/configuration.py                           | 29 +++++++++++++++++
 airflow/models/baseoperator.py                     |  4 +++
 airflow/models/mappedoperator.py                   |  8 +++++
 airflow/models/sensorinstance.py                   | 22 +++++++++++++
 airflow/models/taskinstance.py                     |  4 ++-
 .../providers/elasticsearch/log/es_task_handler.py |  1 +
 airflow/sensors/smart_sensor.py                    | 11 +++----
 airflow/utils/db.py                                | 20 +++++++++---
 airflow/utils/log/logging_mixin.py                 | 11 +++----
 .../logging-monitoring/logging-tasks.rst           |  7 +++-
 tests/cli/commands/test_task_command.py            |  4 +--
 tests/task/task_runner/test_task_runner.py         |  9 ++---
 tests/www/views/test_views_log.py                  | 38 ++++------------------
 15 files changed, 117 insertions(+), 61 deletions(-)