consumer-providers command group

Note

Databricks CLI use is subject to the Databricks License and Databricks Privacy Notice, including any Usage Data provisions.

The consumer-providers command group within the Databricks CLI allows you to interact with providers in the Databricks Marketplace. Providers are the entities that publish listings to the Marketplace. See Become a Databricks Marketplace provider.

databricks consumer-providers batch-get

Get one batch of providers in the Databricks Marketplace with at least one visible listing. You can specify up to 50 IDs per request.

databricks consumer-providers batch-get [flags]

Arguments

None

Options

Global flags

Examples

databricks consumer-providers batch-get

databricks consumer-providers get

Get a provider in the Databricks Marketplace with at least one visible listing.

databricks consumer-providers get ID [flags]

Arguments

ID

    The provider ID to retrieve

Options

Global flags

Examples

databricks consumer-providers get <provider-id>

databricks consumer-providers list

List all providers in the Databricks Marketplace with at least one visible listing.

databricks consumer-providers list [flags]

Arguments

None

Options

--is-featured

    Filter to show only featured providers

--page-size int

    Number of items to return per page

--page-token string

    Token for pagination

Global flags

Examples

The following example lists consumer providers:

databricks consumer-providers list

The following example lists featured consumer providers:

databricks consumer-providers list --is-featured

Global flags

--debug

  Whether to enable debug logging.

-h or --help

    Display help for the Databricks CLI or the related command group or the related command.

--log-file string

    A string representing the file to write output logs to. If this flag is not specified then the default is to write output logs to stderr.

--log-format format

    The log format type, text or json. The default value is text.

--log-level string

    A string representing the log format level. If not specified then the log format level is disabled.

-o, --output type

    The command output type, text or json. The default value is text.

-p, --profile string

    The name of the profile in the ~/.databrickscfg file to use to run the command. If this flag is not specified then if it exists, the profile named DEFAULT is used.

--progress-format format

    The format to display progress logs: default, append, inplace, or json

-t, --target string

    If applicable, the bundle target to use