SHOW EXTERNAL LOCATIONS

Lists all external locations, optionally filtered by a LIKE pattern.

Category: configurationPrivilege: adminDeltaForge extension

Syntax

SHOW EXTERNAL LOCATIONS [LIKE '<pattern>']

Description

## Overview SHOW EXTERNAL LOCATIONS returns a row per registered location. The result includes the location's URL, bound credential name, owner, comment, read-only flag, and timestamps. ## Access Control Requires the admin role. ## Compatibility DeltaForge extension.

Parameters

NameTypeDescription
patternOptional LIKE pattern. SQL wildcards `%` and `_` are honored. Match is case-insensitive.

Examples

SHOW EXTERNAL LOCATIONS;
SHOW EXTERNAL LOCATIONS LIKE 'raw_%';

See Also

Open in interactive docs →   DeltaForge home →