consumer_listing_content
Operations on a consumer_listing_content
resource.
Overview
Name | consumer_listing_content |
Type | Resource |
Id | databricks_workspace.marketplace.consumer_listing_content |
Fields
Name | Datatype |
---|---|
name | string |
data_object_type | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | listing_id, deployment_name | Get a high level preview of the metadata of listing installable content. |
SELECT
examples
SELECT
name,
data_object_type
FROM databricks_workspace.marketplace.consumer_listing_content
WHERE listing_id = '{{ listing_id }}' AND
deployment_name = '{{ deployment_name }}';