You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/11/11 23:55:40 UTC

[airflow] branch main updated (de99005 -> aa2cb55)

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

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


    from de99005  Remove duplicate get_connection in SnowflakeHook (#19543)
     add aa2cb55  Remove remaining `pylint: disable` comments (#19541)

No new revisions were added by this update.

Summary of changes:
 airflow/compat/asyncio.py                                | 2 +-
 airflow/configuration.py                                 | 2 +-
 airflow/jobs/triggerer_job.py                            | 9 ++++-----
 airflow/models/connection.py                             | 2 +-
 airflow/models/variable.py                               | 4 ++--
 airflow/providers/amazon/aws/hooks/base_aws.py           | 2 +-
 airflow/providers/amazon/aws/operators/emr_containers.py | 2 +-
 airflow/providers/docker/decorators/docker.py            | 2 +-
 airflow/providers/google/cloud/hooks/dataproc.py         | 2 +-
 airflow/sensors/date_time.py                             | 2 +-
 airflow/sensors/time_delta.py                            | 2 +-
 airflow/sensors/time_sensor.py                           | 2 +-
 airflow/triggers/testing.py                              | 2 +-
 airflow/utils/sqlalchemy.py                              | 4 ++--
 airflow/utils/state.py                                   | 2 +-
 airflow/www/views.py                                     | 2 +-
 tests/providers/amazon/aws/operators/test_ecs.py         | 4 ++--
 17 files changed, 23 insertions(+), 24 deletions(-)