Skip to content

Commit c8f9529

Browse files
Deprecate google_data_catalog_entry (#13096)
Co-authored-by: Hanit Banga <[email protected]> [upstream:78755c95d67184e1757167268bf4b53377a42c21] Signed-off-by: Modular Magician <[email protected]>
1 parent d3a9fc2 commit c8f9529

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.changelog/13096.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:deprecation
2+
datacatalog: deprecated `google_data_catalog_entry` resource. For steps to transition your Data Catalog users, workloads, and content to Dataplex Catalog, see https://cloud.google.com/dataplex/docs/transition-to-dataplex-catalog.
3+
```

google-beta/services/datacatalog/resource_data_catalog_entry.go

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ func ResourceDataCatalogEntry() *schema.Resource {
5555
Delete: schema.DefaultTimeout(20 * time.Minute),
5656
},
5757

58+
DeprecationMessage: "`google_data_catalog_entry` is deprecated and will be removed in a future major release. Data Catalog is deprecated and will be discontinued on January 30, 2026. For steps to transition your Data Catalog users, workloads, and content to Dataplex Catalog, see https://cloud.google.com/dataplex/docs/transition-to-dataplex-catalog.",
59+
5860
Schema: map[string]*schema.Schema{
5961
"entry_group": {
6062
Type: schema.TypeString,

website/docs/r/data_catalog_entry.html.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ description: |-
2020
---
2121

2222
# google_data_catalog_entry
23+
~> **Warning:** `google_data_catalog_entry` is deprecated and will be removed in a future major release. Data Catalog is deprecated and will be discontinued on January 30, 2026. For steps to transition your Data Catalog users, workloads, and content to Dataplex Catalog, see https://cloud.google.com/dataplex/docs/transition-to-dataplex-catalog.
2324

2425
Entry Metadata. A Data Catalog Entry resource represents another resource in Google Cloud Platform
2526
(such as a BigQuery dataset or a Pub/Sub topic) or outside of Google Cloud Platform. Clients can use

0 commit comments

Comments
 (0)