Share via


consumer-personalization-requests command group

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-personalization-requests command group within the Databricks CLI contains commands to manage personalization requests, which allow customers to request personalized access to marketplace listings. See What is Databricks Marketplace?.

databricks consumer-personalization-requests create

Create a personalization request for a listing.

databricks consumer-personalization-requests create LISTING_ID [flags]

Arguments

LISTING_ID

    The listing ID to create a personalization request for

Options

--comment string

    Comment for the personalization request

--company string

    Company name

--first-name string

    First name

--is-from-lighthouse

    Indicates if the request is from lighthouse

--json JSON

    The inline JSON string or the @path to the JSON file with the request body

--last-name string

    Last name

--recipient-type DeltaSharingRecipientType

    Recipient type. Supported values: DELTA_SHARING_RECIPIENT_TYPE_DATABRICKS, DELTA_SHARING_RECIPIENT_TYPE_OPEN

Global flags

Examples

databricks consumer-personalization-requests create <listing-id> --first-name "John" --last-name "Doe" --company "Example Corp"

databricks consumer-personalization-requests get

Get the personalization request for a listing. Each consumer can make at most one personalization request for a listing.

databricks consumer-personalization-requests get LISTING_ID [flags]

Arguments

LISTING_ID

    The listing ID to retrieve the personalization request for

Options

Global flags

Examples

databricks consumer-personalization-requests get 12345

databricks consumer-personalization-requests list

List personalization requests for a consumer across all listings.

databricks consumer-personalization-requests list [flags]

Arguments

None

Options

--page-size int

    Number of items to return per page

--page-token string

    Token for pagination

Global flags

Examples

databricks consumer-personalization-requests list

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