SHOW STAGES command: New columns¶
Attention
This behavior change is in the 2023_06 bundle.
For the current status of the bundle, refer to Bundle History.
In the current Snowflake release, the following columns will be included in the output of the SHOW STAGES command:
Column Name |
Data Type |
Description |
---|---|---|
|
String |
The S3-compatible API endpoint associated with the stage. The value is always NULL for stages that are not S3-compatible. |
|
String |
Indicates whether the stage has a directory table enabled. Values include |
These columns have been added to identify which external stages are configured for S3-compatible storage, and which stages have directory tables.
Ref: 1131