SHOW GRANTS ON EXTERNAL LOCATION

Lists every principal that holds a privilege on a given external location.

Category: securityPrivilege: ManageGrantsDeltaForge extension

Syntax

SHOW GRANTS ON EXTERNAL LOCATION <name>

Description

## Overview SHOW GRANTS ON EXTERNAL LOCATION returns every grant currently recorded against the named location. ## Output Columns include the privilege, the principal, whether WITH GRANT OPTION applies, the granter, and the granted timestamp. ## Access Control Requires the `ManageGrants` privilege on the location. ## Compatibility DeltaForge extension.

Parameters

NameTypeDescription
location_nameSpecifies the external location.

Examples

SHOW GRANTS ON EXTERNAL LOCATION raw_data;

See Also

Open in interactive docs →   DeltaForge home →