This page explains how to view, update, and delete an existing Dataplex lake.
Before you begin
- If you haven't done so already, create a lake.
Access control
To update or delete a lake, you must be granted IAM roles containing the
dataplex.lakes.create
and thedataplex.lakes.delete
IAM permissions respectively. The Dataplex specific rolesroles/dataplex.admin
androles/dataplex.editor
can be used to grant update and delete permission.You can also give update and delete permission to users or groups by using the
roles/owner
androles/editor
legacy roles.
For more information, see Dataplex IAM and access control.
View a lake
You can view your Dataplex lake on the Google Cloud console.
Open the Dataplex page in the Google Cloud console:
Click the lake name of the lake you'd like to view on the Dataplex page. The lake page for that lake opens.
Zones
You can manage existing data zones in your lake or add new data zones.
For more information, see Managing a zone.
Details
You can view lake details such as the number of data items discovered, the assets in the lake, and more.
Environments
You can create, delete, and manage an environment.
Permissions
You can manage lake permissions.
For more information, see IAM and access control.
Actions
You can view lake-level actions, specifically issues around security policy propagation. Learn more.
Update a lake
You can update a lake by issuing a Dataplex API method lakes.patch or by editing lake details on the edit lake page opened in a local browser.
Only one update job is supported at a time, and each job can have multiple property updates. You can still use the lake while it's being updated.
The following lake parameters can be updated:
- Name
- Description
- Labels
The following instructions demonstrate how to update a Dataplex lake using the Google Cloud console or the Dataplex API.
Console
In the Google Cloud console, open the Dataplex page:
On the Dataplex page, click the lake name of the lake you'd like to update. The lake page for that lake opens.
At the top of the page, click the Edit button. The Edit Lake page opens.
Choose the updated lake parameter values.
Click the Save button to update the lake.
Verify that you have returned to the Dataplex page, and that your updated lake appears in the list.
REST
Follow the API instructions to update a lake by using the APIs Explorer.
When the update succeeds, the lake automatically enters active state. If it fails, then the lake is rolled back to its previous healthy state.
Delete a lake
You can delete a lake by issuing a Dataplex API method lakes.delete or by clicking delete on the lake page opened in a local browser.
You may want to delete your lake if your configurations are wrong and can't be changed.
Lakes cannot be deleted unless all data zone resources under it have been deleted. Similarly, data zones cannot be deleted unless all asset resources under it have been deleted. Users given access to data through these lake or data zones will lose access rights.
The following instructions demonstrate how to delete a Dataplex lake using the Google Cloud console or the Dataplex API.
Console
In the Google Cloud console, open the Dataplex page:
On the Dataplex page, click the lake name of the lake you'd like to delete. The lake page for that lake opens.
At the top of the page, click Delete. The Delete lake dialog opens.
Confirm deletion by typing "delete".
Click Delete Lake on to confirm the deletion.
Verify that you have returned to the Dataplex page, and that your deleted lake no longer appears in the list.
REST
Follow the API instructions to delete a lake by using the APIs Explorer.
All deletions cannot be undone and may take a while to complete.
What's next?
- Learn more about managing a zone.
- Learn more about managing and attaching buckets.
- Learn more about Cloud Audit Logs.