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   |  Owner   |      Created at      |      Updated at       
------------+----------+----------+----------+----------------------+-----------------------
  pageviews | protobuf | protobuf | sysadmin | 2023-02-10T18:43:24Z | 2023-02-10T18:43:24Z  

Last updated