DESCRIBE DESCRIPTOR_SOURCE

This command has been deprecated and will be removed in the future versions of the APIs. Use LIST DESCRIPTORS to retrieve a list of Protocol Buffers and Descriptors.

Syntax

DESCRIBE DESCRIPTOR_SOURCE descriptor_source_name;

Description

This command describes Protocol Buffers and Descriptors within the current organization.

Descriptor Sources will only be visible if the current role has USAGE privileges.

Arguments

descriptor_source_name

This is the name of the Descriptor Source to describe. For case-sensitive names, the name must be wrapped in double quotes; otherwise, the lowercase name will be used.

Examples

Describe Descriptor Source

demodb.public/demostore# DESCRIBE DESCRIPTOR_SOURCE pageviews;
    Name    |   Tags   |   Type   |  Owner   |      Created at      |      Updated at       
------------+----------+----------+----------+----------------------+-----------------------
  pageviews | protobuf | protobuf | sysadmin | 2023-02-10T18:43:24Z | 2023-02-10T18:43:24Z  

  Descriptors   
----------------
  PageviewsKey  
  Pageviews     

Last updated