From c3ae6f3b20d70e542f8977ab96fe64ff4c1d5d34 Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Wed, 16 Oct 2024 08:59:16 -0400 Subject: [PATCH] [Doc] Document `budget_policy_id` in `databricks_pipeline` and `databricks_job` (#4110) ## Changes `databricks_pipeline` already has this change and for `databricks_job` we need to merge Go SDK 0.49.0 ## Tests - [ ] `make test` run locally - [x] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] relevant acceptance tests are passing - [ ] using Go SDK --- docs/resources/job.md | 1 + docs/resources/pipeline.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/resources/job.md b/docs/resources/job.md index dc8eebc587..efc6bd8ca7 100644 --- a/docs/resources/job.md +++ b/docs/resources/job.md @@ -107,6 +107,7 @@ The resource supports the following arguments: * `notification_settings` - (Optional) An optional block controlling the notification settings on the job level [documented below](#notification_settings-configuration-block). * `health` - (Optional) An optional block that specifies the health conditions for the job [documented below](#health-configuration-block). * `tags` - (Optional) An optional map of the tags associated with the job. See [tags Configuration Map](#tags-configuration-map) +* `budget_policy_id` - (Optional) The ID of the user-specified budget policy to use for this job. If not specified, a default budget policy may be applied when creating or modifying the job. ### task Configuration Block diff --git a/docs/resources/pipeline.md b/docs/resources/pipeline.md index 6e610aa435..76a60d75db 100644 --- a/docs/resources/pipeline.md +++ b/docs/resources/pipeline.md @@ -83,6 +83,7 @@ The following arguments are supported: * `target` - The name of a database (in either the Hive metastore or in a UC catalog) for persisting pipeline output data. Configuring the target setting allows you to view and query the pipeline output data from the Databricks UI. * `edition` - optional name of the [product edition](https://docs.databricks.com/data-engineering/delta-live-tables/delta-live-tables-concepts.html#editions). Supported values are: `CORE`, `PRO`, `ADVANCED` (default). Not required when `serverless` is set to `true`. * `channel` - optional name of the release channel for Spark version used by DLT pipeline. Supported values are: `CURRENT` (default) and `PREVIEW`. +* `budget_policy_id` - optional string specifying ID of the budget policy for this DLT pipeline. * `allow_duplicate_names` - Optional boolean flag. If false, deployment will fail if name conflicts with that of another pipeline. default is `false`. * `deployment` - Deployment type of this pipeline. Supports following attributes: * `kind` - The deployment method that manages the pipeline.