dap list

Retrieve the names of all tables available in a namespace.

Get a list of available tables within a selected namespace. This can help you identify which tables are available for further operations, such as snapshots or incremental updates.

Usage

dap [arguments] list [flags]

Arguments

--base-url <string> URL to the DAP API endpoint. Use https://api-gateway.instructure.com.

--client-id <string> Client ID obtained from the Identity Service. Skip, if DAP_CLIENT_ID environment variable is set.

--client-secret <string> Client Secret obtained from the Identity Service. Skip, if DAP_CLIENT_SECRET environment variable is set.

Flags

--namespace <string> Specifies the data source (namespace). Available options: {canvas, canvas_log, catalog}.

Inherited Flags

-h, --help Displays help information for the command.

Examples

List tables from the canvas namespace $ dap list --namespace canvas

Last updated