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 cc4f245758 add stroeer labs to Airflow users list (#26466)
add 6045f7ad69 Cloud Functions Operators assets & system tests migration
(AIP-47) (#26073)
No new revisions were added by this update.
Summary of changes:
.../links/{bigquery.py => cloud_functions.py} | 51 +++++-----
.../providers/google/cloud/operators/functions.py | 36 +++++++
airflow/providers/google/provider.yaml | 2 +
.../operators/cloud/functions.rst | 12 +--
.../google/cloud/operators/test_functions.py | 42 +++++---
.../cloud/operators/test_functions_system.py | 37 -------
.../google/cloud/cloud_functions}/__init__.py | 0
.../cloud/cloud_functions}/example_functions.py | 107 +++++++++++++--------
8 files changed, 165 insertions(+), 122 deletions(-)
copy airflow/providers/google/cloud/links/{bigquery.py => cloud_functions.py}
(56%)
delete mode 100644
tests/providers/google/cloud/operators/test_functions_system.py
copy {airflow/api_connexion =>
tests/system/providers/google/cloud/cloud_functions}/__init__.py (100%)
rename {airflow/providers/google/cloud/example_dags =>
tests/system/providers/google/cloud/cloud_functions}/example_functions.py (57%)