Fixed App LLM Configuration#1034
Merged
Merged
Conversation
Updated contributing guides Fixed Dspy multi-threading issue in apps
Contributor
|
✅ 572/572 passed, 36 skipped, 5h20m23s total Running from acceptance #3922 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1034 +/- ##
==========================================
- Coverage 91.32% 91.14% -0.18%
==========================================
Files 64 64
Lines 6672 6662 -10
==========================================
- Hits 6093 6072 -21
- Misses 579 590 +11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ghanse
approved these changes
Feb 17, 2026
Collaborator
There was a problem hiding this comment.
Are these changes due to the upgrade to Spark 4?
mwojtyczka
added a commit
that referenced
this pull request
Feb 19, 2026
## Changes <!-- Summary of your changes that are easy to understand. Add screenshots when necessary --> * Fixed issues in configuring Dspy, to use current token on every request. This fixes issue in the App where current OBO token should be used on every request * Updated CI/CD to use DBR 17.3 LTS cluster for non-serverless tests execution (use `DATABRICKS_DQX_CLUSTER_ID` if set in the vault) * Updated databricks-connect to 17.3 and spark 4.0 for testing (required for summary metrics) * Updated contributing guide * Updated readme of the app ### Linked issues <!-- DOC: Link issue with a keyword: close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved. See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword --> ### Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [x] manually tested - [ ] added unit tests - [ ] added integration tests - [ ] added end-to-end tests - [ ] added performance tests
mwojtyczka
added a commit
that referenced
this pull request
Feb 19, 2026
## Changes <!-- Summary of your changes that are easy to understand. Add screenshots when necessary --> * Fixed issues in configuring Dspy, to use current token on every request. This fixes issue in the App where current OBO token should be used on every request * Updated CI/CD to use DBR 17.3 LTS cluster for non-serverless tests execution (use `DATABRICKS_DQX_CLUSTER_ID` if set in the vault) * Updated databricks-connect to 17.3 and spark 4.0 for testing (required for summary metrics) * Updated contributing guide * Updated readme of the app ### Linked issues <!-- DOC: Link issue with a keyword: close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved. See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword --> ### Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [x] manually tested - [ ] added unit tests - [ ] added integration tests - [ ] added end-to-end tests - [ ] added performance tests
mwojtyczka
added a commit
that referenced
this pull request
Feb 19, 2026
## Changes <!-- Summary of your changes that are easy to understand. Add screenshots when necessary --> * Fixed issues in configuring Dspy, to use current token on every request. This fixes issue in the App where current OBO token should be used on every request * Updated CI/CD to use DBR 17.3 LTS cluster for non-serverless tests execution (use `DATABRICKS_DQX_CLUSTER_ID` if set in the vault) * Updated databricks-connect to 17.3 and spark 4.0 for testing (required for summary metrics) * Updated contributing guide * Updated readme of the app ### Linked issues <!-- DOC: Link issue with a keyword: close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved. See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword --> ### Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [x] manually tested - [ ] added unit tests - [ ] added integration tests - [ ] added end-to-end tests - [ ] added performance tests
mwojtyczka
added a commit
that referenced
this pull request
Feb 19, 2026
## Changes <!-- Summary of your changes that are easy to understand. Add screenshots when necessary --> * Fixed issues in configuring Dspy, to use current token on every request. This fixes issue in the App where current OBO token should be used on every request * Updated CI/CD to use DBR 17.3 LTS cluster for non-serverless tests execution (use `DATABRICKS_DQX_CLUSTER_ID` if set in the vault) * Updated databricks-connect to 17.3 and spark 4.0 for testing (required for summary metrics) * Updated contributing guide * Updated readme of the app ### Linked issues <!-- DOC: Link issue with a keyword: close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved. See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword --> ### Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [x] manually tested - [ ] added unit tests - [ ] added integration tests - [ ] added end-to-end tests - [ ] added performance tests
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
DATABRICKS_DQX_CLUSTER_IDif set in the vault)Linked issues
Tests