This is an automated email from the ASF dual-hosted git repository.
weilee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 1757704d8f Enhancement for SSL-support in CloudSQLExecuteQueryOperator
(#38894)
add 5ff26586cd Deferrable mode for Custom Training Job operators (#38584)
No new revisions were added by this update.
Summary of changes:
.../google/cloud/hooks/vertex_ai/custom_job.py | 1505 +++++++++++++++++++-
airflow/providers/google/cloud/links/vertex_ai.py | 3 +-
.../google/cloud/operators/vertex_ai/custom_job.py | 359 ++++-
.../cloud/operators/vertex_ai/pipeline_job.py | 1 -
.../providers/google/cloud/triggers/vertex_ai.py | 94 ++
.../operators/cloud/vertex_ai.rst | 48 +-
.../cloud/hooks/vertex_ai/test_custom_job.py | 266 +++-
.../google/cloud/operators/test_vertex_ai.py | 276 +++-
.../google/cloud/triggers/test_vertex_ai.py | 520 ++++++-
.../example_vertex_ai_custom_container.py | 38 +-
.../vertex_ai/example_vertex_ai_custom_job.py | 69 +-
.../example_vertex_ai_custom_job_python_package.py | 38 +-
12 files changed, 3084 insertions(+), 133 deletions(-)