You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2023/06/07 08:38:38 UTC

[airflow] branch main updated (342b4fe836 -> 9e268e13b1)

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

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


    from 342b4fe836 Fix `max_active_tis_per_dagrun` for Dynamic Task Mapping (#31406)
     add 9e268e13b1 Replace spelling directive with spelling:word-list (#31752)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/aws/hooks/athena.py                            | 2 +-
 airflow/providers/google/cloud/hooks/automl.py                          | 2 +-
 airflow/providers/google/cloud/hooks/cloud_memorystore.py               | 2 +-
 airflow/providers/google/cloud/hooks/dlp.py                             | 2 +-
 airflow/providers/google/cloud/hooks/kubernetes_engine.py               | 2 +-
 airflow/providers/google/cloud/hooks/os_login.py                        | 2 +-
 airflow/providers/google/cloud/hooks/pubsub.py                          | 2 +-
 airflow/providers/google/cloud/hooks/vertex_ai/auto_ml.py               | 2 +-
 airflow/providers/google/cloud/hooks/vertex_ai/batch_prediction_job.py  | 2 +-
 airflow/providers/google/cloud/hooks/vertex_ai/endpoint_service.py      | 2 +-
 .../providers/google/cloud/hooks/vertex_ai/hyperparameter_tuning_job.py | 2 +-
 airflow/providers/google/cloud/hooks/vertex_ai/model_service.py         | 2 +-
 airflow/providers/google/cloud/operators/cloud_memorystore.py           | 2 +-
 airflow/providers/google/cloud/operators/pubsub.py                      | 2 +-
 .../providers/google/cloud/operators/vertex_ai/batch_prediction_job.py  | 2 +-
 airflow/providers/google/cloud/operators/vertex_ai/endpoint_service.py  | 2 +-
 .../google/cloud/operators/vertex_ai/hyperparameter_tuning_job.py       | 2 +-
 airflow/providers/google/cloud/operators/vertex_ai/model_service.py     | 2 +-
 airflow/providers/google/cloud/utils/mlengine_prediction_summary.py     | 2 +-
 airflow/providers/google/common/utils/id_token_credentials.py           | 2 +-
 airflow/providers/influxdb/hooks/influxdb.py                            | 2 +-
 airflow/providers/microsoft/azure/hooks/adx.py                          | 2 +-
 airflow/providers/microsoft/azure/hooks/data_factory.py                 | 2 +-
 docs/apache-airflow-providers-dbt-cloud/connections.rst                 | 2 +-
 24 files changed, 24 insertions(+), 24 deletions(-)