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 25aeb1166e6 move Celery provider to new provider code structure
(#45786)
add 81bfacbb3cb Add new operators for Entry Type (#45799)
No new revisions were added by this update.
Summary of changes:
.../operators/cloud/dataplex.rst | 84 +++++
docs/spelling_wordlist.txt | 2 +
.../providers/google/cloud/hooks/dataplex.py | 200 +++++++++-
.../providers/google/cloud/links/dataplex.py | 49 +++
.../providers/google/cloud/operators/dataplex.py | 418 +++++++++++++++++++++
.../src/airflow/providers/google/provider.yaml | 2 +
.../tests/google/cloud/hooks/test_dataplex.py | 105 ++++++
.../tests/google/cloud/links/test_dataplex.py | 55 +++
.../tests/google/cloud/operators/test_dataplex.py | 150 +++++++-
.../cloud/dataplex/example_dataplex_catalog.py | 70 +++-
10 files changed, 1131 insertions(+), 4 deletions(-)