Skip to content

Commit

Permalink
Upgrade terraform-provider-databricks to v1.46.0 (#484)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-databricks
--kind=all --target-bridge-version=latest`.

---

- Upgrading terraform-provider-databricks from 1.45.0  to 1.46.0.
	Fixes #483
  • Loading branch information
pulumi-bot authored May 31, 2024
1 parent 23fbf10 commit ecade68
Show file tree
Hide file tree
Showing 127 changed files with 1,475 additions and 2,595 deletions.
131 changes: 90 additions & 41 deletions provider/cmd/pulumi-resource-databricks/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,12 @@
"description": "integer value used to compare to the given metric.\n"
}
},
"type": "object"
"type": "object",
"required": [
"metric",
"op",
"value"
]
},
"databricks:index/JobJobCluster:JobJobCluster": {
"properties": {
Expand All @@ -1298,7 +1303,11 @@
"description": "Same set of parameters as for databricks.Cluster resource.\n"
}
},
"type": "object"
"type": "object",
"required": [
"jobClusterKey",
"newCluster"
]
},
"databricks:index/JobJobClusterNewCluster:JobJobClusterNewCluster": {
"properties": {
Expand All @@ -1308,9 +1317,6 @@
"autoscale": {
"$ref": "#/types/databricks:index/JobJobClusterNewClusterAutoscale:JobJobClusterNewClusterAutoscale"
},
"autoterminationMinutes": {
"type": "integer"
},
"awsAttributes": {
"$ref": "#/types/databricks:index/JobJobClusterNewClusterAwsAttributes:JobJobClusterNewClusterAwsAttributes"
},
Expand Down Expand Up @@ -1947,9 +1953,6 @@
"autoscale": {
"$ref": "#/types/databricks:index/JobNewClusterAutoscale:JobNewClusterAutoscale"
},
"autoterminationMinutes": {
"type": "integer"
},
"awsAttributes": {
"$ref": "#/types/databricks:index/JobNewClusterAwsAttributes:JobNewClusterAwsAttributes"
},
Expand Down Expand Up @@ -2836,10 +2839,14 @@
}
},
"type": "object",
"required": [
"taskKey"
],
"language": {
"nodejs": {
"requiredOutputs": [
"retryOnTimeout"
"retryOnTimeout",
"taskKey"
]
}
}
Expand Down Expand Up @@ -3088,10 +3095,14 @@
}
},
"type": "object",
"required": [
"taskKey"
],
"language": {
"nodejs": {
"requiredOutputs": [
"retryOnTimeout"
"retryOnTimeout",
"taskKey"
]
}
}
Expand Down Expand Up @@ -3239,7 +3250,12 @@
"description": "integer value used to compare to the given metric.\n"
}
},
"type": "object"
"type": "object",
"required": [
"metric",
"op",
"value"
]
},
"databricks:index/JobTaskForEachTaskTaskLibrary:JobTaskForEachTaskTaskLibrary": {
"properties": {
Expand Down Expand Up @@ -3323,9 +3339,6 @@
"autoscale": {
"$ref": "#/types/databricks:index/JobTaskForEachTaskTaskNewClusterAutoscale:JobTaskForEachTaskTaskNewClusterAutoscale"
},
"autoterminationMinutes": {
"type": "integer"
},
"awsAttributes": {
"$ref": "#/types/databricks:index/JobTaskForEachTaskTaskNewClusterAwsAttributes:JobTaskForEachTaskTaskNewClusterAwsAttributes"
},
Expand Down Expand Up @@ -4123,7 +4136,10 @@
"description": "ID of the (the databricks_sql_endpoint) that will be used to execute the task. Only Serverless \u0026 Pro warehouses are supported right now.\n"
}
},
"type": "object"
"type": "object",
"required": [
"warehouseId"
]
},
"databricks:index/JobTaskForEachTaskTaskSqlTaskAlert:JobTaskForEachTaskTaskSqlTaskAlert": {
"properties": {
Expand Down Expand Up @@ -4336,7 +4352,12 @@
"description": "integer value used to compare to the given metric.\n"
}
},
"type": "object"
"type": "object",
"required": [
"metric",
"op",
"value"
]
},
"databricks:index/JobTaskLibrary:JobTaskLibrary": {
"properties": {
Expand Down Expand Up @@ -4420,9 +4441,6 @@
"autoscale": {
"$ref": "#/types/databricks:index/JobTaskNewClusterAutoscale:JobTaskNewClusterAutoscale"
},
"autoterminationMinutes": {
"type": "integer"
},
"awsAttributes": {
"$ref": "#/types/databricks:index/JobTaskNewClusterAwsAttributes:JobTaskNewClusterAwsAttributes"
},
Expand Down Expand Up @@ -5220,7 +5238,10 @@
"description": "ID of the (the databricks_sql_endpoint) that will be used to execute the task. Only Serverless \u0026 Pro warehouses are supported right now.\n"
}
},
"type": "object"
"type": "object",
"required": [
"warehouseId"
]
},
"databricks:index/JobTaskSqlTaskAlert:JobTaskSqlTaskAlert": {
"properties": {
Expand Down Expand Up @@ -5417,8 +5438,7 @@
"$ref": "#/types/databricks:index/JobTriggerTable:JobTriggerTable"
},
"tableUpdate": {
"$ref": "#/types/databricks:index/JobTriggerTableUpdate:JobTriggerTableUpdate",
"description": "configuration block to define a trigger for Table Update events consisting of following attributes:\n"
"$ref": "#/types/databricks:index/JobTriggerTableUpdate:JobTriggerTableUpdate"
}
},
"type": "object"
Expand Down Expand Up @@ -5466,23 +5486,19 @@
"databricks:index/JobTriggerTableUpdate:JobTriggerTableUpdate": {
"properties": {
"condition": {
"type": "string",
"description": "The table(s) condition based on which to trigger a job run. Valid values are `ANY_UPDATED` or `ALL_UPDATED`.\n"
"type": "string"
},
"minTimeBetweenTriggersSeconds": {
"type": "integer",
"description": "If set, the trigger starts a run only after the specified amount of time passed since the last time the trigger fired. The minimum allowed value is 60 seconds.\n"
"type": "integer"
},
"tableNames": {
"type": "array",
"items": {
"type": "string"
},
"description": "A list of Delta tables to monitor for changes. The table name must be in the format `catalog_name.schema_name.table_name`.\n"
}
},
"waitAfterLastChangeSeconds": {
"type": "integer",
"description": "If set, the trigger starts a run only after no file activity has occurred for the specified amount of time. This makes it possible to wait for a batch of incoming files to arrive before triggering a run. The minimum allowed value is 60 seconds.\n"
"type": "integer"
}
},
"type": "object",
Expand Down Expand Up @@ -6078,7 +6094,9 @@
"language": {
"nodejs": {
"requiredOutputs": [
"name"
"name",
"workloadSize",
"workloadType"
]
}
}
Expand Down Expand Up @@ -10371,7 +10389,12 @@
"type": "integer"
}
},
"type": "object"
"type": "object",
"required": [
"metric",
"op",
"value"
]
},
"databricks:index/getJobJobSettingsSettingsJobCluster:getJobJobSettingsSettingsJobCluster": {
"properties": {
Expand All @@ -10382,7 +10405,11 @@
"$ref": "#/types/databricks:index/getJobJobSettingsSettingsJobClusterNewCluster:getJobJobSettingsSettingsJobClusterNewCluster"
}
},
"type": "object"
"type": "object",
"required": [
"jobClusterKey",
"newCluster"
]
},
"databricks:index/getJobJobSettingsSettingsJobClusterNewCluster:getJobJobSettingsSettingsJobClusterNewCluster": {
"properties": {
Expand Down Expand Up @@ -11671,11 +11698,14 @@
},
"type": "object",
"required": [
"retryOnTimeout"
"retryOnTimeout",
"taskKey"
],
"language": {
"nodejs": {
"requiredInputs": []
"requiredInputs": [
"taskKey"
]
}
}
},
Expand Down Expand Up @@ -11886,11 +11916,14 @@
},
"type": "object",
"required": [
"retryOnTimeout"
"retryOnTimeout",
"taskKey"
],
"language": {
"nodejs": {
"requiredInputs": []
"requiredInputs": [
"taskKey"
]
}
}
},
Expand Down Expand Up @@ -12017,7 +12050,12 @@
"type": "integer"
}
},
"type": "object"
"type": "object",
"required": [
"metric",
"op",
"value"
]
},
"databricks:index/getJobJobSettingsSettingsTaskForEachTaskTaskLibrary:getJobJobSettingsSettingsTaskForEachTaskTaskLibrary": {
"properties": {
Expand Down Expand Up @@ -12719,7 +12757,10 @@
"type": "string"
}
},
"type": "object"
"type": "object",
"required": [
"warehouseId"
]
},
"databricks:index/getJobJobSettingsSettingsTaskForEachTaskTaskSqlTaskAlert:getJobJobSettingsSettingsTaskForEachTaskTaskSqlTaskAlert": {
"properties": {
Expand Down Expand Up @@ -12915,7 +12956,12 @@
"type": "integer"
}
},
"type": "object"
"type": "object",
"required": [
"metric",
"op",
"value"
]
},
"databricks:index/getJobJobSettingsSettingsTaskLibrary:getJobJobSettingsSettingsTaskLibrary": {
"properties": {
Expand Down Expand Up @@ -13617,7 +13663,10 @@
"type": "string"
}
},
"type": "object"
"type": "object",
"required": [
"warehouseId"
]
},
"databricks:index/getJobJobSettingsSettingsTaskSqlTaskAlert:getJobJobSettingsSettingsTaskSqlTaskAlert": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraf

require (
github.com/databricks/databricks-sdk-go v0.41.0
github.com/databricks/terraform-provider-databricks v1.45.0
github.com/databricks/terraform-provider-databricks v1.46.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.83.0
)

Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1658,8 +1658,8 @@ github.com/d2g/dhcp4server v0.0.0-20181031114812-7d4a0a7f59a5/go.mod h1:Eo87+Kg/
github.com/d2g/hardwareaddr v0.0.0-20190221164911-e7d9fbe030e4/go.mod h1:bMl4RjIciD2oAxI7DmWRx6gbeqrkoLqv3MV0vzNad+I=
github.com/databricks/databricks-sdk-go v0.41.0 h1:OyhYY+Q6+gqkWeXmpGEiacoU2RStTeWPF0x4vmqbQdc=
github.com/databricks/databricks-sdk-go v0.41.0/go.mod h1:rLIhh7DvifVLmf2QxMr/vMRGqdrTZazn8VYo4LilfCo=
github.com/databricks/terraform-provider-databricks v1.45.0 h1:W5+8n0sDdrfXs884jIEaYf8TOPw0BoDiL4AC457ClSo=
github.com/databricks/terraform-provider-databricks v1.45.0/go.mod h1:D1A1+fQQRGWGcM+a5GvPGm0PWXGRzStsFZXyWITznVc=
github.com/databricks/terraform-provider-databricks v1.46.0 h1:nT23H6OR4fXnSGIGi67bId2TKuXPaa9qnB9I/U6d/tc=
github.com/databricks/terraform-provider-databricks v1.46.0/go.mod h1:D1A1+fQQRGWGcM+a5GvPGm0PWXGRzStsFZXyWITznVc=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
12 changes: 6 additions & 6 deletions sdk/dotnet/Inputs/GetJobJobSettingsSettingsHealthRule.cs

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

12 changes: 6 additions & 6 deletions sdk/dotnet/Inputs/GetJobJobSettingsSettingsHealthRuleArgs.cs

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

8 changes: 4 additions & 4 deletions sdk/dotnet/Inputs/GetJobJobSettingsSettingsJobCluster.cs

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

Loading

0 comments on commit ecade68

Please sign in to comment.