consumer_listing_content
Creates, updates, deletes, gets or lists a consumer_listing_content
resource.
Overview
Name | consumer_listing_content |
Type | Resource |
Id | databricks_workspace.marketplace.consumer_listing_content |
Fields
The following fields are returned by SELECT
queries:
- get
Request completed successfully.
Name | Datatype | Description |
---|---|---|
name | string | |
data_object_type | string |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | select | deployment_name | Get a high level preview of the metadata of listing installable content. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
deployment_name | string | The Databricks Workspace Deployment Name (default: dbc-abcd0123-a1bc) |
SELECT
examples
- get
Get a high level preview of the metadata of listing installable content.
SELECT
name,
data_object_type
FROM databricks_workspace.marketplace.consumer_listing_content
WHERE deployment_name = '{{ deployment_name }}' -- required;