Returns the URL, credential binding, and metadata for an external location.
DESCRIBE EXTERNAL LOCATION <name>
## Overview DESCRIBE EXTERNAL LOCATION returns a property/value table describing a single location. ## Output | Property | Description | |----------|-------------| | name | Location name | | url | Storage URL | | credential_name | Bound storage credential | | owner | Owning principal, if set | | comment | Description, if set | | read_only | Whether the location rejects writes | | created_at | ISO 8601 timestamp | | updated_at | ISO 8601 timestamp | ## Access Control Requires the admin role. ## Compatibility DeltaForge extension.
| Name | Type | Description |
|---|---|---|
name | Specifies the location to describe. |
DESCRIBE EXTERNAL LOCATION raw_data;