mirror of https://github.com/databricks/cli.git
Merge branch 'tmp/in-place-prototype' of github.com:databricks/cli into tmp/in-place-prototype
This commit is contained in:
commit
6a036d199a
|
@ -19,7 +19,7 @@ type Presets struct {
|
||||||
|
|
||||||
// SourceLinkedDeployment indicates whether source-linked deployment is enabled. Works only in Databricks Workspace
|
// SourceLinkedDeployment indicates whether source-linked deployment is enabled. Works only in Databricks Workspace
|
||||||
// When set to true, resources created during deployment will point to source files in the workspace instead of their workspace copies.
|
// When set to true, resources created during deployment will point to source files in the workspace instead of their workspace copies.
|
||||||
// No resources will be uploaded to workspace
|
// File synchronization to ${workspace.file_path} is skipped.
|
||||||
SourceLinkedDeployment *bool `json:"source_linked_deployment,omitempty"`
|
SourceLinkedDeployment *bool `json:"source_linked_deployment,omitempty"`
|
||||||
|
|
||||||
// Tags to add to all resources.
|
// Tags to add to all resources.
|
||||||
|
|
Loading…
Reference in New Issue