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 81b5f50ae9 Allow and prefer non-prefixed extra fields for AsanaHook
(#27043)
add 58378cfd42 Cloud ML Engine operators assets (AIP-47) (#26836)
No new revisions were added by this update.
Summary of changes:
airflow/providers/google/cloud/links/mlengine.py | 140 +++++++++++++++++++++
.../providers/google/cloud/operators/mlengine.py | 138 ++++++++++++++------
airflow/providers/google/provider.yaml | 5 +
.../google/cloud/operators/test_mlengine.py | 82 ++----------
4 files changed, 256 insertions(+), 109 deletions(-)
create mode 100644 airflow/providers/google/cloud/links/mlengine.py