DESCRIBE DESCRIPTOR_SOURCE

Syntax

DESCRIBE DESCRIPTOR_SOURCE descriptor_source_name;

Description

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