Skip to main content

consumer_fulfillments

Operations on a consumer_fulfillments resource.

Overview

Nameconsumer_fulfillments
TypeResource
Iddatabricks_workspace.marketplace.consumer_fulfillments

Fields

NameDatatype
fulfillment_typestring
listing_idstring
recipient_typestring
repo_infoobject
share_infoobject

Methods

NameAccessible byRequired ParamsDescription
listSELECTlisting_id, deployment_nameGet all listings fulfillments associated with a listing. A

SELECT examples

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