Skip to main content

consumer_listing_content

Operations on a consumer_listing_content resource.

Overview

Nameconsumer_listing_content
TypeResource
Iddatabricks_workspace.marketplace.consumer_listing_content

Fields

NameDatatype
namestring
data_object_typestring

Methods

NameAccessible byRequired ParamsDescription
getSELECTlisting_id, deployment_nameGet 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 }}';