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 6b554301fce Airflow 2.10.4 has been released (#44958)
add 16022e008cc Add Google Vertex AI Feature Store - Feature View Sync
Operators, Sensor (#44891)
No new revisions were added by this update.
Summary of changes:
.../operators/cloud/vertex_ai.rst | 32 ++++
generated/provider_dependencies.json | 2 +-
.../google/cloud/hooks/vertex_ai/feature_store.py | 147 +++++++++++++++++++
.../cloud/operators/vertex_ai/feature_store.py | 163 +++++++++++++++++++++
.../google/cloud/sensors/vertex_ai}/__init__.py | 0
.../cloud/sensors/vertex_ai/feature_store.py | 112 ++++++++++++++
.../src/airflow/providers/google/provider.yaml | 7 +-
.../cloud/hooks/vertex_ai/test_feature_store.py | 112 ++++++++++++++
.../operators/vertex_ai/test_feature_store.py | 119 +++++++++++++++
.../tests/google/cloud/sensors/test_vertex_ai.py | 148 +++++++++++++++++++
.../vertex_ai/example_vertex_ai_feature_store.py | 90 ++++++++++++
11 files changed, 930 insertions(+), 2 deletions(-)
create mode 100644
providers/src/airflow/providers/google/cloud/hooks/vertex_ai/feature_store.py
create mode 100644
providers/src/airflow/providers/google/cloud/operators/vertex_ai/feature_store.py
copy {airflow/api_connexion =>
providers/src/airflow/providers/google/cloud/sensors/vertex_ai}/__init__.py
(100%)
create mode 100644
providers/src/airflow/providers/google/cloud/sensors/vertex_ai/feature_store.py
create mode 100644
providers/tests/google/cloud/hooks/vertex_ai/test_feature_store.py
create mode 100644
providers/tests/google/cloud/operators/vertex_ai/test_feature_store.py
create mode 100644 providers/tests/google/cloud/sensors/test_vertex_ai.py
create mode 100644
providers/tests/system/google/cloud/vertex_ai/example_vertex_ai_feature_store.py