Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e0647ba6804a08bc727c2c58a0f4cd9774da1313
007006859ac9df636ebfa08d5d25a1d5b59f15e6
1,236 changes: 989 additions & 247 deletions .codegen/cli.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump `github.com/databricks/databricks-sdk-go` from v0.160.0 to v0.165.0.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@

>>> [CLI] bundle deploy
Warning: unknown field: code_source_path
at resources.jobs.job.tasks[0].ai_runtime_task
in databricks.yml:35:13

Building code_source...
Uploading code.tgz...
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/test-bundle/default/files...
Expand All @@ -14,6 +10,7 @@ Deployment complete!
=== Expecting code_source_path rewritten to the uploaded artifact remote path
>>> jq -s .[] | select(.path=="/api/2.2/jobs/create") | .body.tasks[].ai_runtime_task out.requests.txt
{
"code_source_path": "/Workspace/foo/bar/artifacts/.internal/code.tgz",
"deployments": [
{
"command_path": "/Workspace/Users/[USERNAME]/.bundle/test-bundle/default/files/command.sh",
Expand Down
59 changes: 59 additions & 0 deletions acceptance/bundle/refschema/out.fields.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bundle/config/mutator/load_dbalert_files.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ func (m *loadDBAlertFiles) Apply(ctx context.Context, b *bundle.Bundle) diag.Dia
RunAs: dbalertFromFile.RunAs,
RunAsUserName: dbalertFromFile.RunAsUserName,
ParentPath: dbalertFromFile.ParentPath,
Parameters: dbalertFromFile.Parameters,

// Output only fields.
CreateTime: dbalertFromFile.CreateTime,
Expand Down
3 changes: 3 additions & 0 deletions bundle/direct/dresources/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ func (r *ResourceCluster) RemapState(input *ClusterRemote) *ClusterState {
ClusterName: input.ClusterName,
CustomTags: input.CustomTags,
DataSecurityMode: input.DataSecurityMode,
DependencyMode: input.DependencyMode,
DockerImage: input.DockerImage,
DriverInstancePoolId: input.DriverInstancePoolId,
DriverNodeTypeId: input.DriverNodeTypeId,
Expand Down Expand Up @@ -330,6 +331,7 @@ func makeCreateCluster(config *compute.ClusterSpec) compute.CreateCluster {
CloneFrom: nil, // Not supported by DABs
CustomTags: config.CustomTags,
DataSecurityMode: config.DataSecurityMode,
DependencyMode: config.DependencyMode,
DockerImage: config.DockerImage,
DriverInstancePoolId: config.DriverInstancePoolId,
DriverNodeTypeId: config.DriverNodeTypeId,
Expand Down Expand Up @@ -379,6 +381,7 @@ func makeEditCluster(id string, config *compute.ClusterSpec) compute.EditCluster
ClusterName: config.ClusterName,
CustomTags: config.CustomTags,
DataSecurityMode: config.DataSecurityMode,
DependencyMode: config.DependencyMode,
DockerImage: config.DockerImage,
DriverInstancePoolId: config.DriverInstancePoolId,
DriverNodeTypeId: config.DriverNodeTypeId,
Expand Down
6 changes: 6 additions & 0 deletions bundle/direct/dresources/resources.generated.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions bundle/internal/schema/annotations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1625,6 +1625,9 @@ resources:
"existing_pipeline_id":
"description": |-
PLACEHOLDER
"extra_columns":
"description": |-
PLACEHOLDER
"lifecycle":
"description": |-
Settings that control the deployment lifecycle of the resource, such as preventing it from being destroyed.
Expand Down
11 changes: 9 additions & 2 deletions bundle/internal/validation/generated/enum_fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions bundle/internal/validation/generated/required_fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading