Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun authored Oct 25, 2024
1 parent 3141214 commit 94e1062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/reference/resource-configs/databricks-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ Each config option listed must be nested under `python_job_config`:
| `grants` | A simplified way to specify access control for the workflow | `{}` |||
| `existing_job_id` | Id to use to look up the created workflow (in place of `name`) | `None` |||
| `post_hook_tasks` | [Tasks](https://docs.databricks.com/api/workspace/jobs/create#tasks) to include after the model notebook execution | `[]` |||
| `additional_task_settings` | Additional [task config])(https://docs.databricks.com/api/workspace/jobs/create#tasks) to include in the model task | `{}` |||
| `additional_task_settings` | Additional [task config](https://docs.databricks.com/api/workspace/jobs/create#tasks) to include in the model task | `{}` |||
| [Other job run settings](https://docs.databricks.com/api/workspace/jobs/submit) | Config will be copied into the request, outside of the model task | `None` |||
| [Other workflow settings](https://docs.databricks.com/api/workspace/jobs/create) | Config will be copied into the request, outside of the model task | `None` |||

Here is an example using these new configuration options:
This example uses the new configuration options in the previous table:

<File name='schema.yml'>

Expand Down

0 comments on commit 94e1062

Please sign in to comment.