You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/cluster.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,17 @@ There are a few more advanced attributes for S3 log delivery:
256
256
257
257
To run a particular init script on all clusters within the same workspace, both automated/job and interactive/all-purpose cluster types, please consider the [databricks_global_init_script](global_init_script.md) resource.
258
258
259
-
It is possible to specify up to 10 different cluster-scoped init scripts per cluster. Like the `cluster_log_conf` configuration block, init scripts support DBFS and cloud storage locations.
259
+
It is possible to specify up to 10 different cluster-scoped init scripts per cluster. Init scripts support DBFS, cloud storage locations, and workspace files.
260
+
261
+
Example of using a Databricks workspace file as init script:
0 commit comments