consumer_fulfillments
Operations on a consumer_fulfillments
resource.
Overview
Name | consumer_fulfillments |
Type | Resource |
Id | databricks_workspace.marketplace.consumer_fulfillments |
Fields
Name | Datatype |
---|---|
fulfillment_type | string |
listing_id | string |
recipient_type | string |
repo_info | object |
share_info | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | listing_id, deployment_name | Get 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 }}';