Skip to content

Deprecate google_data_catalog_entry #9393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/13096.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:deprecation
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.
```
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ func ResourceDataCatalogEntry() *schema.Resource {
Delete: schema.DefaultTimeout(20 * time.Minute),
},

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.",

Schema: map[string]*schema.Schema{
"entry_group": {
Type: schema.TypeString,
Expand Down
1 change: 1 addition & 0 deletions website/docs/r/data_catalog_entry.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ description: |-
---

# google_data_catalog_entry
~> **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.

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