ALTER LAKE
Description
Alters an existing data lake.
Note that the SQL statement does not end with ;
Syntax
ALTER LAKE `<name>`
SET DEFAULT_SERVICES_CLUSTER = <string>
Sample response
Required parameters
<name>: Identifier for the lake- Must be unique for your project
- Must start with an alphabetic character and cannot contain spaces or special characters unless the entire identifier string is enclosed in double quotes (e.g. "Staging Lake")
- Case-sensitive
DEFAULT_SERVICES_CLUSTER: The name of the managed compute cluster that will be used by default for all table services.