Skip to main content

consumer_listings

Operations on a consumer_listings resource.

Overview

Nameconsumer_listings
TypeResource
Iddatabricks_workspace.marketplace.consumer_listings

Fields

NameDatatype
idstring
detailobject
summaryobject

Methods

NameAccessible byRequired ParamsDescription
getSELECTid, deployment_nameGet a published listing in the Databricks Marketplace that the consumer has access to.
listSELECTdeployment_nameList all published listings in the Databricks Marketplace that the consumer has access to.
searchSELECTquery, deployment_nameSearch published listings in the Databricks Marketplace that the consumer has access to. This query supports a variety of different search parameters and performs fuzzy matching.
batchgetEXECdeployment_nameBatch get a published listing in the Databricks Marketplace that the consumer has access to.

SELECT examples

SELECT
id,
detail,
summary
FROM databricks_workspace.marketplace.consumer_listings
WHERE deployment_name = '{{ deployment_name }}';