This is an automated email from the ASF dual-hosted git repository.
shahar pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from c9c4ca545bf fix path to providers dir for mount sources breeze flag
(#43042)
add f1f9201a219 Create Operators for Google Cloud Vertex AI Context
Caching (#43008)
No new revisions were added by this update.
Summary of changes:
.../operators/cloud/vertex_ai.rst | 20 +++
generated/provider_dependencies.json | 2 +-
.../cloud/hooks/vertex_ai/generative_model.py | 79 +++++++++++
.../cloud/operators/vertex_ai/generative_model.py | 156 ++++++++++++++++++++-
.../src/airflow/providers/google/provider.yaml | 2 +-
.../cloud/hooks/vertex_ai/test_generative_model.py | 60 +++++++-
.../operators/vertex_ai/test_generative_model.py | 84 ++++++++++-
.../example_vertex_ai_generative_model.py | 48 ++++++-
8 files changed, 442 insertions(+), 9 deletions(-)