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

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


*** WARNING: tag nightly-master was modified! ***

    from 93ba979  (commit)
      to 2190e50  (commit)
    from 93ba979  Grammar correctness in communication (#9455)
     add 57b495c  Add PyDocstyle Precommit Hook (#9456)
     add 74f7db0  Enable & Fix "Missing docstring in public module" PyDocStyle 
check (#9457)
     add e13a14c  Enable & Fix Whitespace related PyDocStyle Checks (#9458)
     add 3981ed1  Select Checks to exclude instead of include for PyDocStyle 
(#9459)
     add df8efd0  Enable & Fix "Docstring Content Issues" PyDocStyle Check 
(#9460)
     add 407a893  Remove DELETE /importErrors/{import_error_id} endpoint (#9325)
     add b46de89  Add pydocstyle to Breeze Autocomplete (#9462)
     add 36f4627  fix typing error for utils.dates.date_range usage (#9429)
     add 13e95d1  More user-friendly message on incorrect configuration (#9436)
     add 5d61580  Enable 'Public function Missing Docstrings' PyDocStyle Check 
(#9463)
     add c5349fd  Fix function name in airflow/stats.py (#9466)
     add 2190e50  Move modules in `airflow.contrib.utils.log` to 
`airflow.utils.log` (#9395)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |  9 ++++
 BREEZE.rst                                         |  2 +-
 STATIC_CODE_CHECKS.rst                             |  2 +
 UPDATING.md                                        | 10 +++++
 airflow/api/common/experimental/mark_tasks.py      |  4 +-
 .../endpoints/import_error_endpoint.py             |  7 ---
 airflow/api_connexion/openapi/v1.yaml              | 14 ------
 airflow/cli/commands/info_command.py               |  2 +-
 airflow/configuration.py                           | 51 +++++++++++++++-------
 .../contrib/hooks/azure_container_instance_hook.py |  4 +-
 airflow/contrib/operators/awsbatch_operator.py     |  6 +--
 .../contrib/operators/oracle_to_oracle_transfer.py | 12 +++--
 airflow/contrib/operators/pubsub_operator.py       | 24 +++++-----
 airflow/contrib/operators/vertica_to_hive.py       | 12 +++--
 airflow/contrib/operators/vertica_to_mysql.py      | 12 +++--
 airflow/contrib/sensors/gcp_transfer_sensor.py     |  8 ++--
 airflow/contrib/sensors/hdfs_sensor.py             | 19 +++++---
 airflow/contrib/utils/log/__init__.py              | 11 ++++-
 .../log/task_handler_with_custom_formatter.py      | 48 ++++----------------
 .../contrib/utils/mlengine_prediction_summary.py   |  4 +-
 airflow/example_dags/libs/helper.py                |  2 +-
 airflow/executors/kubernetes_executor.py           |  2 +-
 airflow/executors/local_executor.py                |  2 +-
 airflow/kubernetes/pod_generator.py                |  2 +-
 airflow/lineage/entities.py                        |  2 +-
 airflow/logging_config.py                          |  2 +
 .../versions/03bc53e68815_add_sm_dag_index.py      |  4 +-
 .../versions/05f30312d566_merge_heads.py           |  4 +-
 .../0a2a5b66e19d_add_task_reschedule_table.py      | 10 ++---
 .../0e2a74e0fc9f_add_time_zone_awareness.py        |  4 +-
 ...dfa7_add_dag_id_state_index_on_dag_run_table.py |  4 +-
 .../versions/13eb55f81627_for_compatibility.py     |  4 +-
 .../versions/1507a7289a2f_create_is_encrypted.py   |  4 +-
 ...cfc09e3_add_is_encrypted_column_to_variable_.py |  4 +-
 .../migrations/versions/1b38cef5b76e_add_dagrun.py |  4 +-
 .../versions/211e584da130_add_ti_state_index.py    |  4 +-
 ...30d7c24_add_executor_config_to_task_instance.py |  4 +-
 .../versions/2e541a1dcfed_task_duration.py         |  4 +-
 .../versions/2e82aab8ef20_rename_user_table.py     |  4 +-
 ...338e90f54d61_more_logging_into_task_isntance.py |  4 +-
 ...7a1ff4_add_kubernetes_resource_checkpointing.py |  4 +-
 .../versions/40e67319e3a9_dagrun_config.py         |  4 +-
 .../versions/41f5f12752f8_add_superuser_field.py   |  4 +-
 .../versions/4446e08588_dagrun_start_end.py        |  4 +-
 ...236f1_add_fractional_seconds_to_mysql_tables.py |  4 +-
 .../versions/4ebbffe0a39a_merge_heads.py           |  4 +-
 .../versions/502898887f84_adding_extra_to_log.py   |  4 +-
 .../versions/52d714495f0_job_id_indices.py         |  4 +-
 .../561833c1c74b_add_password_column_to_user.py    |  4 +-
 .../5e7d17757c7a_add_pid_field_to_taskinstance.py  |  2 +
 .../64de9cddf6c9_add_task_fails_journal_table.py   |  4 +-
 ...867_change_datetime_to_datetime2_6_on_mssql_.py | 46 +++++++++----------
 .../versions/8504051e801b_xcom_dag_task_indices.py |  2 +
 .../856955da8476_fix_sqlite_foreign_key.py         |  3 +-
 ...0d1215c0_add_kubernetes_scheduler_uniqueness.py |  4 +-
 ...1e647c8_task_reschedule_fk_on_cascade_delete.py |  4 +-
 .../versions/947454bf1dff_add_ti_job_id_index.py   |  4 +-
 .../versions/952da73b5eff_add_dag_code_table.py    |  1 +
 .../versions/9635ae0956e7_index_faskfail.py        |  4 +-
 ...67d16b_add_pool_slots_field_to_task_instance.py |  4 +-
 .../versions/a56c9515abdc_remove_dag_stat_table.py |  2 +
 .../versions/b0125267960b_merge_heads.py           |  4 +-
 ...cfc896_add_a_column_to_track_the_encryption_.py |  4 +-
 ...13e_add_notification_sent_column_to_sla_miss.py |  4 +-
 ...3e6c56_make_xcom_value_column_a_large_binary.py |  4 +-
 .../bf00311e1990_add_index_to_taskinstance.py      |  4 +-
 .../versions/c8ffec048a3b_add_fields_to_dag.py     |  4 +-
 ...623dc7_add_max_tries_column_to_task_instance.py |  6 +--
 .../versions/cf5dc11e79ad_drop_user_and_chart.py   |  4 +-
 .../d2ae31099d61_increase_text_size_for_mysql.py   |  4 +-
 .../versions/dd25f486b8ea_add_idx_log_dag.py       |  4 +-
 .../dd4ecb8fbee3_add_schedule_interval_to_dag.py   |  4 +-
 .../versions/e3a246e0dc1_current_schema.py         |  4 +-
 .../f23433877c24_fix_mysql_not_null_constraint.py  |  4 +-
 .../versions/f2ca10b85618_add_dag_stats_table.py   |  4 +-
 airflow/models/baseoperator.py                     | 50 +++++++++++++++++++--
 airflow/models/connection.py                       |  1 +
 airflow/models/crypto.py                           |  1 +
 airflow/models/dag.py                              | 10 ++++-
 airflow/models/dagcode.py                          |  2 +-
 airflow/models/kubernetes.py                       |  2 +
 airflow/models/variable.py                         |  2 +-
 airflow/operators/google_api_to_s3_transfer.py     | 11 ++---
 airflow/operators/hive_to_druid.py                 | 12 +++--
 airflow/operators/hive_to_mysql.py                 | 12 +++--
 airflow/operators/mssql_to_hive.py                 | 12 +++--
 airflow/operators/presto_to_mysql.py               | 12 +++--
 airflow/operators/redshift_to_s3_operator.py       | 12 +++--
 airflow/operators/s3_to_redshift_operator.py       | 12 +++--
 airflow/providers/amazon/aws/hooks/batch_client.py |  2 +-
 .../providers/amazon/aws/hooks/batch_waiters.py    | 27 ++++++------
 airflow/providers/amazon/aws/hooks/sagemaker.py    |  2 +-
 .../amazon/aws/operators/sagemaker_base.py         |  2 +-
 .../amazon/aws/operators/sagemaker_endpoint.py     |  1 -
 .../aws/operators/sagemaker_endpoint_config.py     |  1 -
 .../amazon/aws/operators/sagemaker_model.py        |  1 -
 .../providers/amazon/aws/transfers/s3_to_sftp.py   |  4 +-
 .../providers/amazon/aws/transfers/sftp_to_s3.py   |  3 +-
 airflow/providers/apache/hive/hooks/hive.py        |  2 +-
 .../providers/databricks/operators/databricks.py   |  1 -
 .../example_dags/example_docker_copy_data.py       |  1 +
 .../providers/elasticsearch/hooks/elasticsearch.py |  4 +-
 .../_internal_client/secret_manager_client.py      |  1 -
 airflow/providers/google/cloud/hooks/bigquery.py   |  3 +-
 .../providers/google/cloud/hooks/bigquery_dts.py   |  9 ++--
 airflow/providers/google/cloud/hooks/mlengine.py   |  1 -
 airflow/providers/google/cloud/operators/automl.py |  2 +-
 .../providers/google/cloud/operators/mlengine.py   |  1 -
 airflow/providers/google/cloud/operators/tasks.py  |  1 -
 .../google/marketing_platform/hooks/analytics.py   |  1 -
 airflow/providers/redis/sensors/redis_pub_sub.py   |  1 -
 airflow/providers/slack/hooks/slack.py             |  8 ++--
 airflow/providers/slack/operators/slack.py         |  3 --
 airflow/providers/sqlite/hooks/sqlite.py           |  1 -
 airflow/secrets/local_filesystem.py                |  2 +-
 airflow/security/utils.py                          |  2 +-
 airflow/serialization/serialized_objects.py        |  3 +-
 airflow/stats.py                                   | 20 +++++++--
 airflow/utils/dag_processing.py                    |  2 +-
 airflow/utils/dates.py                             | 46 +++++++++++--------
 airflow/utils/log/logging_mixin.py                 |  2 +-
 .../log/task_handler_with_custom_formatter.py      |  1 -
 airflow/utils/platform.py                          |  2 +-
 airflow/utils/serve_logs.py                        |  2 +-
 airflow/utils/strings.py                           | 12 ++---
 airflow/utils/timezone.py                          |  5 ++-
 airflow/www/api/experimental/endpoints.py          |  4 +-
 airflow/www/utils.py                               | 34 ++++++++++-----
 airflow/www/views.py                               | 23 ++++++++--
 backport_packages/refactor_backport_packages.py    |  6 +--
 breeze-complete                                    |  1 +
 metastore_browser/hive_metastore.py                |  2 +-
 scripts/ci/pre_commit_check_order_setup.py         |  2 +-
 scripts/perf/dags/elastic_dag.py                   | 20 ++++-----
 scripts/perf/dags/sql_perf_dag.py                  |  8 ++--
 scripts/perf/perf_kit/__init__.py                  |  2 +-
 scripts/perf/scheduler_dag_execution_timing.py     | 32 +++++++-------
 scripts/perf/scheduler_ops_metrics.py              |  4 +-
 scripts/perf/sql_queries.py                        | 40 ++++++++---------
 .../endpoints/test_import_error_endpoint.py        |  7 ---
 tests/deprecated_classes.py                        | 11 ++++-
 .../apache/hive/transfers/test_mssql_to_hive.py    |  2 +-
 tests/test_configuration.py                        | 24 ++++++++--
 tests/test_utils/mock_process.py                   |  3 +-
 .../test_task_handler_with_custom_formatter.py     |  2 +-
 145 files changed, 614 insertions(+), 455 deletions(-)
 copy airflow/{contrib => }/utils/log/task_handler_with_custom_formatter.py 
(99%)

Reply via email to