Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
This information applies to Databricks CLI versions 0.205 and above. The Databricks CLI is in Public Preview.
Databricks CLI use is subject to the Databricks License and Databricks Privacy Notice, including any Usage Data provisions.
The consumer-listings
command group within the Databricks CLI contains commands to manage listings in the Databricks Marketplace. Listings are the core entities in the Marketplace that represent the products available for consumption. See What is Databricks Marketplace?.
databricks consumer-listings batch-get
Get one batch of listings in the Databricks Marketplace that the consumer has access to. You can specify up to 50 IDs per request.
databricks consumer-listings batch-get [flags]
Arguments
None
Options
Examples
databricks consumer-listings batch-get
databricks consumer-listings get
Get a published listing in the Databricks Marketplace that the consumer has access to.
databricks consumer-listings get ID [flags]
Arguments
ID
The listing ID to retrieve
Options
Examples
databricks consumer-listings get <listing-id>
databricks consumer-listings list
List all published listings in the Databricks Marketplace that the consumer has access to.
databricks consumer-listings list [flags]
Arguments
None
Options
--is-free
Filters each listing based on if it is free
--is-private-exchange
Filters each listing based on if it is a private exchange
--is-staff-pick
Filters each listing based on whether it is a staff pick
--page-size int
Number of items to return per page
--page-token string
Token for pagination
Examples
databricks consumer-listings list
databricks consumer-listings list --is-free
databricks consumer-listings list --is-staff-pick
databricks consumer-listings search
Search published listings in the Databricks Marketplace that the consumer has access to. This query supports a variety of different search parameters and performs fuzzy matching.
databricks consumer-listings search QUERY [flags]
Arguments
QUERY
Fuzzy matches query
Options
--is-free
Filter listings based on if they are free
--is-private-exchange
Filter listings based on if they are in a private exchange
--page-size int
Number of items to return per page
--page-token string
Token for pagination
Examples
databricks consumer-listings search "data analytics"
databricks consumer-listings search "machine learning" --is-free
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