You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,11 +206,7 @@ log.Errorf(ctx, "...")
206
206
```
207
207
208
208
Note that the 'ctx' variable here is something that should be passed in as
209
-
<<<<<<< HEAD
210
209
an argument by the caller.
211
-
=======
212
-
an argument by the caller. In tests, use `t.Context()` (or `b.Context()` for benchmarks) instead of `context.Background()`. This is enforced by a lint rule.
213
-
>>>>>>> 47d9694f3 (Use t.Context() instead of context.Background() in tests (#4655))
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@
6
6
7
7
### Bundles
8
8
* Added permissions support for Lakebase Database projects ([#4626](https://github.com/databricks/cli/pull/4626))
9
-
* Validate that either source_code_path or git_source is set for apps ([#4632](https://github.com/databricks/cli/pull/4632))
10
-
* direct: model_serving_endpoints: ignore budget_policy_id, rate_limits changes in the plan. Previously they were ignored as well but action as "update". ([#4638](https://github.com/databricks/cli/pull/4638))
0 commit comments