Skip to content

Commit c7ff746

Browse files
committed
Added more documentation tweaks
1 parent 1fb0866 commit c7ff746

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
* Added support for preloading of Docker images into instance pools ([#663](https://github.com/databrickslabs/terraform-provider-databricks/issues/663))
77
* Added the `databricks_user` data source ([#648](https://github.com/databrickslabs/terraform-provider-databricks/pull/648))
88
* Fixed support for `spot_instance_policy` in SQLA Endpoints ([#665](https://github.com/databrickslabs/terraform-provider-databricks/issues/665))
9+
* Added documentation for `databricks_pipeline` resource ([#673](https://github.com/databrickslabs/terraform-provider-databricks/pull/673))
10+
* Made preview environment tests to run on a release basis
11+
12+
Updated dependency versions:
13+
14+
* Bump github.com/zclconf/go-cty from 1.8.2 to 1.8.3
15+
* Bump github.com/aws/aws-sdk-go from 1.38.30 to 1.38.51
916

1017
## 0.3.4
1118

docs/resources/pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ The following arguments are required:
5454
* `name` - A user-friendly name for this pipeline. The name can be used to identify pipeline jobs in the UI.
5555
* `storage` - A location on DBFS or cloud storage where output data and metadata required for pipeline execution are stored. By default, tables are stored in a subdirectory of this location.
5656
* `configuration` - An optional list of values to apply to the entire pipeline. Elements must be formatted as key:value pairs.
57-
* `library` block - An array of notebooks containing the pipeline code and required artifacts. Syntax resembles [library](cluster.md#library-configuration-block) configuration block with the addition of special `notebook` type of library.
58-
* `cluster` block - An array of specifications for the [clusters](cluster.md) to run the pipeline. If this is not specified, pipelines will automatically select a default cluster configuration for the pipeline.
57+
* `library` blocks - Specifies ipeline code and required artifacts. Syntax resembles [library](cluster.md#library-configuration-block) configuration block with the addition of a special `notebook` type of library.
58+
* `cluster` blocks - [Clusters](cluster.md) to run the pipeline. If none is specified, pipelines will automatically select a default cluster configuration for the pipeline.
5959
* `continuous` - A flag indicating whether to run the pipeline continuously. The default value is `false`.
6060
* `target` - The name of a database for persisting pipeline output data. Configuring the target setting allows you to view and query the pipeline output data from the Databricks UI.
6161

0 commit comments

Comments
 (0)