DESCRIBE LISTING command: New columns in output (Pending)¶
Attention
This behavior change is in the 2025_01 bundle.
For the current status of the bundle, refer to Bundle History.
When this behavior change bundle is enabled, the output of the DESCRIBE LISTING command includes the following new columns:
Column name |
Description |
---|---|
LIVE_VERSION_URI |
String. Full URI of live version of the listing, against which stage operations can be performed. NULL if no live version exists for the listing. |
LAST_COMMITTED_VERSION_URI |
String. Full URI of the last committed version of the listing. |
LAST_COMMITTED_VERSION_NAME |
String. System-generated name for the last committed version of the listing. |
LAST_COMMITTED_VERSION_ALIAS |
String. User-specified alias for the last committed version of the listing. |
PUBLISHED_VERSION_URI |
String. Full URI of the current published version of the listing. |
PUBLISHED_VERSION_NAME |
String. System-generated name of the published version of the listing. |
PUBLISHED_VERSION_ALIAS |
String. User-specified alias for the last published version of the listing. |
IS_SHARE |
Boolean. Indicates whether the listing was created based on a share. Either TRUE or FALSE. |
Ref: 1891