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 fa5c1480c97 Fix mypy not liking `@field.default` -- it thinks it is
missing a value (#51835)
add 7ccc8d1518a Deprecate Data Catalog operators, hook, links because
service will be discontinued on January 30, 2026 in favor of Dataplex Universal
Catalog. (#51647)
No new revisions were added by this update.
Summary of changes:
.../tests/unit/always/test_project_structure.py | 26 +
.../google/docs/operators/cloud/datacatalog.rst | 334 +++++-------
providers/google/provider.yaml | 9 -
.../providers/google/cloud/hooks/datacatalog.py | 10 +-
.../providers/google/cloud/links/datacatalog.py | 23 +
.../google/cloud/operators/datacatalog.py | 151 ++++++
.../airflow/providers/google/get_provider_info.py | 11 -
providers/google/tests/deprecations_ignore.yml | 67 +++
.../tests/system/google/datacatalog/__init__.py | 16 -
.../datacatalog/example_datacatalog_entries.py | 213 --------
.../example_datacatalog_search_catalog.py | 236 ---------
.../example_datacatalog_tag_templates.py | 196 -------
.../google/datacatalog/example_datacatalog_tags.py | 246 ---------
.../unit/google/cloud/hooks/test_datacatalog.py | 46 +-
.../google/cloud/operators/test_datacatalog.py | 580 +++++++++++----------
.../in_container/run_provider_yaml_files_check.py | 3 +
16 files changed, 746 insertions(+), 1421 deletions(-)
delete mode 100644 providers/google/tests/system/google/datacatalog/__init__.py
delete mode 100644
providers/google/tests/system/google/datacatalog/example_datacatalog_entries.py
delete mode 100644
providers/google/tests/system/google/datacatalog/example_datacatalog_search_catalog.py
delete mode 100644
providers/google/tests/system/google/datacatalog/example_datacatalog_tag_templates.py
delete mode 100644
providers/google/tests/system/google/datacatalog/example_datacatalog_tags.py