processing-platforms

List Processing Platforms

Synopsis

list all the processing platforms that are connected to PACE.

pace list processing-platforms [flags]

Examples

pace list processing-platforms --output table
 ID                                 TYPE

 databricks-pim@getstrm.com   DATABRICKS
 snowflake-demo                SNOWFLAKE
 bigquery-dev                   BIGQUERY

Options

  -h, --help            help for processing-platforms
  -o, --output string   output formats [yaml, json, json-raw, table, plain] (default "yaml")

Options inherited from parent commands

      --api-host string                         api host (default "localhost:50051")
  -P, --page-size uint32                        the maximum number of records per page (default 10)
  -T, --page-token string                       next page token. Used by BigQuery
  -S, --skip uint32                             the number of records that need to be skipped
      --telemetry-upload-interval-seconds int   Upload usage statistics every so often. Use -1 to disable (default 3600)

SEE ALSO

Last updated