-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade TF provider to 1.49.0 (#1617)
## Changes This includes a fix for model serving endpoints. See databricks/terraform-provider-databricks#3690. ## Tests n/a
- Loading branch information
Showing
10 changed files
with
339 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package schema | ||
|
||
const ProviderVersion = "1.48.3" | ||
const ProviderVersion = "1.49.0" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// Generated from Databricks Terraform provider schema. DO NOT EDIT. | ||
|
||
package schema | ||
|
||
type DataSourceSchemaSchemaInfoEffectivePredictiveOptimizationFlag struct { | ||
InheritedFromName string `json:"inherited_from_name,omitempty"` | ||
InheritedFromType string `json:"inherited_from_type,omitempty"` | ||
Value string `json:"value"` | ||
} | ||
|
||
type DataSourceSchemaSchemaInfo struct { | ||
BrowseOnly bool `json:"browse_only,omitempty"` | ||
CatalogName string `json:"catalog_name,omitempty"` | ||
CatalogType string `json:"catalog_type,omitempty"` | ||
Comment string `json:"comment,omitempty"` | ||
CreatedAt int `json:"created_at,omitempty"` | ||
CreatedBy string `json:"created_by,omitempty"` | ||
EnablePredictiveOptimization string `json:"enable_predictive_optimization,omitempty"` | ||
FullName string `json:"full_name,omitempty"` | ||
MetastoreId string `json:"metastore_id,omitempty"` | ||
Name string `json:"name,omitempty"` | ||
Owner string `json:"owner,omitempty"` | ||
Properties map[string]string `json:"properties,omitempty"` | ||
SchemaId string `json:"schema_id,omitempty"` | ||
StorageLocation string `json:"storage_location,omitempty"` | ||
StorageRoot string `json:"storage_root,omitempty"` | ||
UpdatedAt int `json:"updated_at,omitempty"` | ||
UpdatedBy string `json:"updated_by,omitempty"` | ||
EffectivePredictiveOptimizationFlag *DataSourceSchemaSchemaInfoEffectivePredictiveOptimizationFlag `json:"effective_predictive_optimization_flag,omitempty"` | ||
} | ||
|
||
type DataSourceSchema struct { | ||
Id string `json:"id,omitempty"` | ||
Name string `json:"name"` | ||
SchemaInfo *DataSourceSchemaSchemaInfo `json:"schema_info,omitempty"` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
// Generated from Databricks Terraform provider schema. DO NOT EDIT. | ||
|
||
package schema | ||
|
||
type DataSourceVolumeVolumeInfoEncryptionDetailsSseEncryptionDetails struct { | ||
Algorithm string `json:"algorithm,omitempty"` | ||
AwsKmsKeyArn string `json:"aws_kms_key_arn,omitempty"` | ||
} | ||
|
||
type DataSourceVolumeVolumeInfoEncryptionDetails struct { | ||
SseEncryptionDetails *DataSourceVolumeVolumeInfoEncryptionDetailsSseEncryptionDetails `json:"sse_encryption_details,omitempty"` | ||
} | ||
|
||
type DataSourceVolumeVolumeInfo struct { | ||
AccessPoint string `json:"access_point,omitempty"` | ||
BrowseOnly bool `json:"browse_only,omitempty"` | ||
CatalogName string `json:"catalog_name,omitempty"` | ||
Comment string `json:"comment,omitempty"` | ||
CreatedAt int `json:"created_at,omitempty"` | ||
CreatedBy string `json:"created_by,omitempty"` | ||
FullName string `json:"full_name,omitempty"` | ||
MetastoreId string `json:"metastore_id,omitempty"` | ||
Name string `json:"name,omitempty"` | ||
Owner string `json:"owner,omitempty"` | ||
SchemaName string `json:"schema_name,omitempty"` | ||
StorageLocation string `json:"storage_location,omitempty"` | ||
UpdatedAt int `json:"updated_at,omitempty"` | ||
UpdatedBy string `json:"updated_by,omitempty"` | ||
VolumeId string `json:"volume_id,omitempty"` | ||
VolumeType string `json:"volume_type,omitempty"` | ||
EncryptionDetails *DataSourceVolumeVolumeInfoEncryptionDetails `json:"encryption_details,omitempty"` | ||
} | ||
|
||
type DataSourceVolume struct { | ||
Id string `json:"id,omitempty"` | ||
Name string `json:"name"` | ||
VolumeInfo *DataSourceVolumeVolumeInfo `json:"volume_info,omitempty"` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// Generated from Databricks Terraform provider schema. DO NOT EDIT. | ||
|
||
package schema | ||
|
||
type ResourceDashboard struct { | ||
CreateTime string `json:"create_time,omitempty"` | ||
DashboardChangeDetected bool `json:"dashboard_change_detected,omitempty"` | ||
DashboardId string `json:"dashboard_id,omitempty"` | ||
DisplayName string `json:"display_name"` | ||
EmbedCredentials bool `json:"embed_credentials,omitempty"` | ||
Etag string `json:"etag,omitempty"` | ||
FilePath string `json:"file_path,omitempty"` | ||
Id string `json:"id,omitempty"` | ||
LifecycleState string `json:"lifecycle_state,omitempty"` | ||
Md5 string `json:"md5,omitempty"` | ||
ParentPath string `json:"parent_path"` | ||
Path string `json:"path,omitempty"` | ||
SerializedDashboard string `json:"serialized_dashboard,omitempty"` | ||
UpdateTime string `json:"update_time,omitempty"` | ||
WarehouseId string `json:"warehouse_id"` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Generated from Databricks Terraform provider schema. DO NOT EDIT. | ||
|
||
package schema | ||
|
||
type ResourceWorkspaceBinding struct { | ||
BindingType string `json:"binding_type,omitempty"` | ||
CatalogName string `json:"catalog_name,omitempty"` | ||
Id string `json:"id,omitempty"` | ||
SecurableName string `json:"securable_name,omitempty"` | ||
SecurableType string `json:"securable_type,omitempty"` | ||
WorkspaceId int `json:"workspace_id,omitempty"` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters