Skip to main content

consumer_fulfillments

Creates, updates, deletes, gets or lists a consumer_fulfillments resource.

Overview

Nameconsumer_fulfillments
TypeResource
Iddatabricks_workspace.marketplace.consumer_fulfillments

Fields

The following fields are returned by SELECT queries:

Request completed successfully.

NameDatatypeDescription
listing_idstring
fulfillment_typestring
recipient_typestring
repo_infoobject
share_infoobject

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectdeployment_nameGet all listings fulfillments associated with a listing. A

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
deployment_namestringThe Databricks Workspace Deployment Name (default: dbc-abcd0123-a1bc)

SELECT examples

Get all listings fulfillments associated with a listing. A

SELECT
listing_id,
fulfillment_type,
recipient_type,
repo_info,
share_info
FROM databricks_workspace.marketplace.consumer_fulfillments
WHERE deployment_name = '{{ deployment_name }}' -- required;