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 46ee631c79 Fix failing config test in main after merging AWS Batch 
executor (#37923)
     add ec220a8679 Deferrable mode for CreateBatchPredictionJobOperator 
(#37818)

No new revisions were added by this update.

Summary of changes:
 .../cloud/hooks/vertex_ai/batch_prediction_job.py  | 257 +++++++++++++++++-
 .../hooks/vertex_ai/hyperparameter_tuning_job.py   |  14 +-
 .../operators/vertex_ai/batch_prediction_job.py    |  80 +++++-
 .../providers/google/cloud/triggers/vertex_ai.py   |  91 +++++--
 airflow/providers/google/provider.yaml             |   2 +-
 .../operators/cloud/vertex_ai.rst                  |  10 +
 generated/provider_dependencies.json               |   2 +-
 pyproject.toml                                     |   2 +-
 .../hooks/vertex_ai/test_batch_prediction_job.py   | 199 +++++++++++++-
 .../vertex_ai/test_hyperparameter_tuning_job.py    |   3 +-
 .../google/cloud/operators/test_vertex_ai.py       | 129 ++++++++-
 .../google/cloud/triggers/test_vertex_ai.py        | 295 ++++++++++++++++-----
 .../example_vertex_ai_batch_prediction_job.py      |  27 +-
 13 files changed, 989 insertions(+), 122 deletions(-)

Reply via email to