Dropping a DATALAKE Object - Teradata Vantage

Apache Iceberg and Delta Lake Open Table Format on VantageCloud Lake Getting Started

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
December 2024
ft:locale
en-US
ft:lastEdition
2025-01-03
dita:mapPath
bsr1702324250454.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
bsr1702324250454

The DROP DATALAKE SQL can be used to drop an existing DATALAKE. When a DATALAKE object is dropped, only the reference in the database is dropped. There are no changes to the Catalog and Object Storage contents.

Syntax

DROP DATALAKE <datalake_name>;

Example

DROP DATALAKE datalake_test;