LIST DESCRIPTOR_SOURCES

Syntax

{ LIST | SHOW } DESCRIPTOR_SOURCES;

Description

This command provides a list of Descriptor Sources within the Organization.

A Descriptor Source will only be listed if the current role has USAGE privileges.

Examples

demodb.public/demostore# SHOW DESCRIPTOR_SOURCES;
+-----------+-------+----------+----------------+----------+-------------------------------+-------------------------------+
|  Name     |  Tags |  Type    |  Url           |  Owner   |  Created At                   |  Updated At                   |
+===========+=======+==========+================+==========+===============================+===============================+
| pageviews | []    | protobuf | <download_url> | sysadmin | 2024-06-05 17:38:56 +0000 UTC | 2024-06-05 17:38:56 +0000 UTC |
+-----------+-------+----------+----------------+----------+-------------------------------+-------------------------------+

Last updated