output_catalog
Creates, updates, deletes, gets or lists an output_catalog
resource.
Overview
Name | output_catalog |
Type | Resource |
Id | databricks_workspace.cleanrooms.output_catalog |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
createoutputcatalog | insert | deployment_name | Create the output catalog of the clean room. |
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) |
INSERT
examples
- createoutputcatalog
- Manifest
Create the output catalog of the clean room.
INSERT INTO databricks_workspace.cleanrooms.output_catalog (
data__catalog_name,
deployment_name
)
SELECT
'{{ catalog_name }}',
'{{ deployment_name }}'
RETURNING
output_catalog
;
# Description fields are for documentation purposes
- name: output_catalog
props:
- name: deployment_name
value: string
description: Required parameter for the output_catalog resource.
- name: catalog_name
value: string