Skip to content
Merged
1 change: 1 addition & 0 deletions NEXT_CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,6 +10,7 @@

### Bundles

* direct: Fixed persistent drift on `model_serving_endpoints` caused by the `traffic_config` field ([#5708](https://github.com/databricks/cli/pull/5708)).
* direct: Cluster resize now falls back to regular update if resize fails due to `INVALID_STATE` ([#5716](https://github.com/databricks/cli/pull/5716)).

### Dependency updates
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -51,7 +51,16 @@
},
"name": "prod"
}
]
],
"traffic_config": {
"routes": [
{
"served_entity_name": "prod",
"served_model_name": "prod",
"traffic_percentage": 100
}
]
}
},
"creation_timestamp": [UNIX_TIME_MILLIS][0],
"creator": "[USERNAME]",
Expand DownExpand Up@@ -85,7 +94,16 @@
},
"name": "prod"
}
]
],
"traffic_config": {
"routes": [
{
"served_entity_name": "prod",
"served_model_name": "prod",
"traffic_percentage": 100
}
]
}
},
"name": "[ORIGINAL_ENDPOINT_ID]"
},
Expand All@@ -97,6 +115,19 @@
"new": "other_catalog",
"remote": "main"
},
"config.traffic_config": {
"action": "skip",
"reason": "backend_default",
"remote": {
"routes": [
{
"served_entity_name": "prod",
"served_model_name": "prod",
"traffic_percentage": 100
}
]
}
},
"description": {
"action": "skip",
"reason": "empty",
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -41,7 +41,16 @@
},
"name": "prod"
}
]
],
"traffic_config": {
"routes": [
{
"served_entity_name": "prod",
"served_model_name": "prod",
"traffic_percentage": 100
}
]
}
},
"creation_timestamp": [UNIX_TIME_MILLIS][0],
"creator": "[USERNAME]",
Expand DownExpand Up@@ -70,11 +79,33 @@
},
"name": "prod"
}
]
],
"traffic_config": {
"routes": [
{
"served_entity_name": "prod",
"served_model_name": "prod",
"traffic_percentage": 100
}
]
}
},
"name": "[ORIGINAL_ENDPOINT_ID]"
},
"changes": {
"config.traffic_config": {
"action": "skip",
"reason": "backend_default",
"remote": {
"routes": [
{
"served_entity_name": "prod",
"served_model_name": "prod",
"traffic_percentage": 100
}
]
}
},
"description": {
"action": "skip",
"reason": "empty",
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -34,7 +34,16 @@
"scale_to_zero_enabled": true,
"workload_size": "Small"
}
]
],
"traffic_config": {
"routes": [
{
"served_entity_name": "llama",
"served_model_name": "llama",
"traffic_percentage": 100
}
]
}
},
"creation_timestamp": [UNIX_TIME_MILLIS][0],
"creator": "[USERNAME]",
Expand All@@ -59,11 +68,33 @@
"scale_to_zero_enabled": true,
"workload_size": "Small"
}
]
],
"traffic_config": {
"routes": [
{
"served_entity_name": "llama",
"served_model_name": "llama",
"traffic_percentage": 100
}
]
}
},
"name": "[ORIGINAL_ENDPOINT_ID]"
},
"changes": {
"config.traffic_config": {
"action": "skip",
"reason": "backend_default",
"remote": {
"routes": [
{
"served_entity_name": "llama",
"served_model_name": "llama",
"traffic_percentage": 100
}
]
}
},
"description": {
"action": "skip",
"reason": "empty",
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -55,7 +55,16 @@ Deployment complete!
"scale_to_zero_enabled": true,
"workload_size": "Small"
}
]
],
"traffic_config": {
"routes": [
{
"served_entity_name": "llama",
"served_model_name": "llama",
"traffic_percentage": 100
}
]
}
},
"creation_timestamp": [UNIX_TIME_MILLIS][0],
"creator": "[USERNAME]",
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -51,7 +51,16 @@
},
"name": "prod"
}
]
],
"traffic_config": {
"routes": [
{
"served_entity_name": "prod",
"served_model_name": "prod",
"traffic_percentage": 100
}
]
}
},
"creation_timestamp": [UNIX_TIME_MILLIS][0],
"creator": "[USERNAME]",
Expand DownExpand Up@@ -85,7 +94,16 @@
},
"name": "prod"
}
]
],
"traffic_config": {
"routes": [
{
"served_entity_name": "prod",
"served_model_name": "prod",
"traffic_percentage": 100
}
]
}
},
"name": "[ORIGINAL_ENDPOINT_ID]"
},
Expand All@@ -97,6 +115,19 @@
"new": "other_schema",
"remote": "default"
},
"config.traffic_config": {
"action": "skip",
"reason": "backend_default",
"remote": {
"routes": [
{
"served_entity_name": "prod",
"served_model_name": "prod",
"traffic_percentage": 100
}
]
}
},
"description": {
"action": "skip",
"reason": "empty",
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -51,7 +51,16 @@
},
"name": "prod"
}
]
],
"traffic_config": {
"routes": [
{
"served_entity_name": "prod",
"served_model_name": "prod",
"traffic_percentage": 100
}
]
}
},
"creation_timestamp": [UNIX_TIME_MILLIS][0],
"creator": "[USERNAME]",
Expand DownExpand Up@@ -85,7 +94,16 @@
},
"name": "prod"
}
]
],
"traffic_config": {
"routes": [
{
"served_entity_name": "prod",
"served_model_name": "prod",
"traffic_percentage": 100
}
]
}
},
"name": "[ORIGINAL_ENDPOINT_ID]"
},
Expand All@@ -97,6 +115,19 @@
"new": "other_table",
"remote": "my_table"
},
"config.traffic_config": {
"action": "skip",
"reason": "backend_default",
"remote": {
"routes": [
{
"served_entity_name": "prod",
"served_model_name": "prod",
"traffic_percentage": 100
}
]
}
},
"description": {
"action": "skip",
"reason": "empty",
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -51,7 +51,16 @@
},
"name": "prod"
}
]
],
"traffic_config": {
"routes": [
{
"served_entity_name": "prod",
"served_model_name": "prod",
"traffic_percentage": 100
}
]
}
},
"creation_timestamp": [UNIX_TIME_MILLIS][0],
"creator": "[USERNAME]",
Expand DownExpand Up@@ -85,7 +94,16 @@
},
"name": "prod"
}
]
],
"traffic_config": {
"routes": [
{
"served_entity_name": "prod",
"served_model_name": "prod",
"traffic_percentage": 100
}
]
}
},
"name": "[ENDPOINT_ID]"
},
Expand All@@ -96,6 +114,19 @@
"new": "second-inference-catalog",
"remote": "first-inference-catalog"
},
"config.traffic_config": {
"action": "skip",
"reason": "backend_default",
"remote": {
"routes": [
{
"served_entity_name": "prod",
"served_model_name": "prod",
"traffic_percentage": 100
}
]
}
},
"description": {
"action": "skip",
"reason": "empty",
Expand Down
Loading
Loading