Skip to content

Commit

Permalink
[Doc] Add description of clean_rooms_notebook_task in databricks_job
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Jan 2, 2025
1 parent bc6518a commit 5c59cd9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/resources/job.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ This block describes individual tasks:

* `task_key` - (Required) string specifying an unique key for a given task.
* `*_task` - (Required) one of the specific task blocks described below:
* `clean_rooms_notebook_task`
* `condition_task`
* `dbt_task`
* `for_each_task`
Expand Down Expand Up @@ -146,6 +147,15 @@ This block describes individual tasks:

-> If no `job_cluster_key`, `existing_cluster_id`, or `new_cluster` were specified in task definition, then task will executed using serverless compute.

#### clean_rooms_notebook_task Configuration Block

The `clean_rooms_notebook_task` runs a clean rooms notebook. The following attributes are supported:

* `clean_room_name` (Required) The clean room that the notebook belongs to.
* `notebook_name` (Required) Name of the notebook being run.
* `notebook_base_parameters` (Optional) (Map) Base parameters to be used for the clean room notebook job.
* `etag` (Optional) Checksum to validate the freshness of the notebook resource.

#### condition_task Configuration Block

The `condition_task` specifies a condition with an outcome that can be used to control the execution of dependent tasks.
Expand Down

0 comments on commit 5c59cd9

Please sign in to comment.