DESCRIBE AVAILABLE LISTING

Describes the columns in the listings that are available to the user who runs the command. For more information on available listings, see Listing availability options.

See also:

CREATE LISTING, CREATE APPLICATION, ALTER LISTING, SHOW LISTINGS, DROP LISTING

Syntax

{ DESC | DESCRIBE } AVAILABLE LISTING <listing_global_name>

Parameters

listing_global_name

The global listing name to describe.

Output

The command output provides listing properties and metadata in the following columns:

ColumnDescription
global_nameGlobal name of the listing
updated_onDate and time the listing was last updated.
first_published_onDate and time the listing was first published.
last_published_onDate and time the listing was last published.
created_onDate and time the listing was created.
titleTitle specified in the listing manifest
subtitleSub title specified in the listing manifest
descriptionListing description.
state

State of the listing, one of:

  • DRAFT
  • PUBLISHED
  • UNPUBLISHED
profileProvider profile name as specified in the listing manifest.
regionsThe listing regions.
is_monetizedtrue if the listing is monetized; false otherwise.
is_targetedtrue if the listing is targeted; false otherwise.
is_by_requesttrue if the listing is by request; false otherwise.
is_limited_trialtrue if the listing is a limited trial; false otherwise.
is_ready_for_importtrue If the listing is available in the local region and does not require replication; false otherwise.
is_importedtrue If the listing was previously imported into the caller’s account; false otherwise.
is_applicationtrue If the listing is based on an application; false otherwise.
application_dataAssociated application data, such as version or patch, where present.
evaluation_planAssociated evaluation plan details, where present. Typically associated with trial listings.
business_needsThe business needs the listing satisfies.
usage_examplesExamples provided with the listing.
categoriesThe listing categories.
data_attributesData attributes of the listing.
listing_termsThe listing terms.
resourcesThe listing resources.
data_dictionary_urlMetadata about the data dictionary featured objects.
data_preview_urlURL of the data preview, if present.
retired_onDate and time the listing was retired. Null if not retired.
scheduled_drop_timeDate and time the listing is scheduled to be dropped. Null if not scheduled.
trial_detailsDetails about the trial, if present.
distributionDistribution details, if present.
uniform_listing_locatorThe uniform listing locator. For more information about ULLs, see Configure organizational listings.
organization_profile_nameThe associated organization profile name.
is_mountless_queryabletrue If the listing can be queried without being mounted; false otherwise.
discover_onlytrue If the listing is discoverable only; false otherwise.
approver_contactThe contact information for the approver, if present.
support_contactThe contact information for the support, if present.
compliance_badgesThe compliance badges associated with the listing.
request_approval_type

Displays the organization listing access request type. The access request type defines how discovery targets of a listing submit access requests to the listing approver. Any one of:

  • NULL
  • REQUEST_AND_APPROVE_IN_SNOWFLAKE indicates access requests are submitted and approved within the Snowflake environment.
  • REQUEST_AND_APPROVE_OUTSIDE_SNOWFLAKE indicates the provider manages access request submissions and approvals independently. The value for external listings is always NULL.

Examples

Describe the columns in the listing named MYLISTING:

DESC AVAILABLE LISTING MYLISTING;
+---------------------+------------------------------+-------------------------------+------------------------------+-------------------------------+------------------------+----------+-------------+-----------+-----------+---------+--------------+-------------+---------------+------------------+---------------------+--------------+----------------+------------------+-----------------+---------------------+----------------+------------+-----------------+----------------------+-----------+---------------------+------------------+------------+---------------------+---------------+-------------------+-----------------------+
| global_name         | updated_on                   | first_published_on            | last_published_on            | created_on                    | title                  | subtitle | description | state     | profile   | regions | is_monetized | is_targeted | is_by_request | is_limited_trial | is_ready_for_import | is_imported  | is_application | application_data | evaluation_plan | business_needs      | usage_examples | categories | data_attributes | listing_terms        | resources | data_dictionary_url | data_preview_url | retired_on | scheduled_drop_time | trial_details | compliance_badges | request_approval_type |
+---------------------+------------------------------+-------------------------------+------------------------------+-------------------------------+------------------------+----------+-------------+-----------+-----------+---------+--------------+-------------+---------------+------------------+---------------------+--------------+----------------+------------------+-----------------+---------------------+----------------+------------+-----------------+----------------------+-----------+---------------------+------------------+------------+---------------------+---------------+-------------------+-----------------------+
| GZDZKY6O            |2023-11-15 13:13:54.840 -0800 | 2023-11-15 13:15:05.751 -0800 | 2023-11-15 13:15:05.751 -0800| 2023-11-15 13:12:48.988 -0800 | public-listing-test-v2 |          | test        | PUBLISHED | GZDZKY57  | ALL     | false        | false       | false.        | false            | false               | false        | true           | "{...}"          | NULL            |  [ {"type":'...' }] | NULL           | HEALTH     |   {...}         |  {"type":"STANDARD"} |  {...}    | NULL                | NULL             | NULL       | NULL                | NULL          | NULL              |  NULL                 |
+---------------------+------------------------------+-------------------------------+------------------------------+-------------------------------+------------------------+----------+-------------+-----------+-----------+---------+--------------+-------------+---------------+------------------+---------------------+--------------+----------------+------------------+-----------------+---------------------+----------------+------------+-----------------+----------------------+-----------+---------------------+------------------+------------+---------------------+---------------+-------------------+-----------------------+