dap list
Get the list 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
Arguments
--base-url <string>
URL to the DAP API endpoint: https://api-gateway.instructure.com
. Skip, if DAP_API_URL
environment variable is set.
--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
Related Resources
Last updated