Skip to content
Open
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
1 change: 1 addition & 0 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### CLI

### Bundles
* Fixed persistent drift on `model_serving_endpoints` in the direct engine, where a clean deploy was always followed by a spurious update because the backend-defaulted `traffic_config` was treated as a change. A suppressed field also no longer triggers an unnecessary config update on otherwise-unrelated changes. ([#5708](https://github.com/databricks/cli/pull/5708))

### Dependency updates

Expand Down
Original file line number Diff line number Diff 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 Down Expand 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 number Diff line number Diff 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 Down Expand 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 number Diff line number Diff 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 number Diff line number Diff 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 number Diff line number Diff 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 Down Expand 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 number Diff line number Diff 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 Down Expand 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 number Diff line number Diff 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 Down Expand 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