output_catalog
Operations on a output_catalog
resource.
Overview
Name | output_catalog |
Type | Resource |
Id | databricks_workspace.cleanrooms.output_catalog |
SELECT
not supported for this resource, see the methods section for supported operations.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
createoutputcatalog | INSERT | clean_room_name, deployment_name | Create the output catalog of the clean room. |
INSERT
example
Use the following StackQL query and manifest file to create a new output_catalog
resource.
- output_catalog
- Manifest
/*+ create */
INSERT INTO databricks_workspace.cleanrooms.output_catalog (
clean_room_name,
deployment_name,
data__catalog_name
)
SELECT
'{{ clean_room_name }}',
'{{ deployment_name }}',
'{{ catalog_name }}'
;
- name: your_resource_model_name
props:
- name: catalog_name
value: string