Skip to content

Commit

Permalink
Upgrade terraform-provider-databricks to v1.39.0 (#403)
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`.

---

- Updating Java Gen version from 0.9.9 to 0.10.0.
- Upgrading terraform-provider-databricks from 1.38.0  to 1.39.0.
	Fixes #402
  • Loading branch information
pulumi-bot authored Mar 29, 2024
1 parent 7e30858 commit 5a5b6cd
Show file tree
Hide file tree
Showing 532 changed files with 67,128 additions and 29,662 deletions.
2 changes: 1 addition & 1 deletion .pulumi-java-gen.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.9
0.10.0
217 changes: 217 additions & 0 deletions provider/cmd/pulumi-resource-databricks/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,16 @@
"fields": {
"file_arrival": {
"maxItemsOne": true
},
"table_update": {
"maxItemsOne": true,
"elem": {
"fields": {
"table_names": {
"maxItemsOne": false
}
}
}
}
}
}
Expand All @@ -1277,6 +1287,71 @@
}
}
},
"databricks_lakehouse_monitor": {
"current": "databricks:index/lakehouseMonitor:LakehouseMonitor",
"majorVersion": 1,
"fields": {
"custom_metrics": {
"maxItemsOne": false,
"elem": {
"fields": {
"input_columns": {
"maxItemsOne": false
}
}
}
},
"data_classification_config": {
"maxItemsOne": true
},
"inference_log": {
"maxItemsOne": true,
"elem": {
"fields": {
"granularities": {
"maxItemsOne": false
}
}
}
},
"notifications": {
"maxItemsOne": true,
"elem": {
"fields": {
"on_failure": {
"maxItemsOne": true,
"elem": {
"fields": {
"email_addresses": {
"maxItemsOne": false
}
}
}
}
}
}
},
"schedule": {
"maxItemsOne": true
},
"slicing_exprs": {
"maxItemsOne": false
},
"snapshot": {
"maxItemsOne": true
},
"time_series": {
"maxItemsOne": true,
"elem": {
"fields": {
"granularities": {
"maxItemsOne": false
}
}
}
}
}
},
"databricks_library": {
"current": "databricks:index/library:Library",
"majorVersion": 1,
Expand Down Expand Up @@ -1367,6 +1442,41 @@
"auto_capture_config": {
"maxItemsOne": true
},
"served_entities": {
"maxItemsOne": false,
"elem": {
"fields": {
"external_model": {
"maxItemsOne": true,
"elem": {
"fields": {
"ai21labs_config": {
"maxItemsOne": true
},
"amazon_bedrock_config": {
"maxItemsOne": true
},
"anthropic_config": {
"maxItemsOne": true
},
"cohere_config": {
"maxItemsOne": true
},
"databricks_model_serving_config": {
"maxItemsOne": true
},
"openai_config": {
"maxItemsOne": true
},
"palm_config": {
"maxItemsOne": true
}
}
}
}
}
}
},
"served_models": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -1538,6 +1648,68 @@
"current": "databricks:index/oboToken:OboToken",
"majorVersion": 1
},
"databricks_online_table": {
"current": "databricks:index/onlineTable:OnlineTable",
"majorVersion": 1,
"fields": {
"spec": {
"maxItemsOne": true,
"elem": {
"fields": {
"primary_key_columns": {
"maxItemsOne": false
},
"run_continuously": {
"maxItemsOne": true
},
"run_triggered": {
"maxItemsOne": true
}
}
}
},
"status": {
"maxItemsOne": false,
"elem": {
"fields": {
"continuous_update_status": {
"maxItemsOne": true,
"elem": {
"fields": {
"initial_pipeline_sync_progress": {
"maxItemsOne": true
}
}
}
},
"failed_status": {
"maxItemsOne": true
},
"provisioning_status": {
"maxItemsOne": true,
"elem": {
"fields": {
"initial_pipeline_sync_progress": {
"maxItemsOne": true
}
}
}
},
"triggered_update_status": {
"maxItemsOne": true,
"elem": {
"fields": {
"triggered_update_progress": {
"maxItemsOne": true
}
}
}
}
}
}
}
}
},
"databricks_permission_assignment": {
"current": "databricks:index/permissionAssignment:PermissionAssignment",
"majorVersion": 1,
Expand Down Expand Up @@ -2055,6 +2227,41 @@
}
}
},
"databricks_vector_search_index": {
"current": "databricks:index/vectorSearchIndex:VectorSearchIndex",
"majorVersion": 1,
"fields": {
"delta_sync_index_spec": {
"maxItemsOne": true,
"elem": {
"fields": {
"embedding_source_columns": {
"maxItemsOne": false
},
"embedding_vector_columns": {
"maxItemsOne": false
}
}
}
},
"direct_access_index_spec": {
"maxItemsOne": true,
"elem": {
"fields": {
"embedding_source_columns": {
"maxItemsOne": false
},
"embedding_vector_columns": {
"maxItemsOne": false
}
}
}
},
"status": {
"maxItemsOne": false
}
}
},
"databricks_volume": {
"current": "databricks:index/volume:Volume",
"majorVersion": 1
Expand Down Expand Up @@ -3262,6 +3469,16 @@
"fields": {
"file_arrival": {
"maxItemsOne": true
},
"table_update": {
"maxItemsOne": true,
"elem": {
"fields": {
"table_names": {
"maxItemsOne": false
}
}
}
}
}
}
Expand Down
Loading

0 comments on commit 5a5b6cd

Please sign in to comment.