-
Notifications
You must be signed in to change notification settings - Fork 96
Added force_refresh parameter for Assessment #4183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pritishpai
wants to merge
18
commits into
main
Choose a base branch
from
feat/rerun_assessment
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
❌ 55/56 passed, 1 failed, 9 skipped, 2h32m1s total ❌ test_installation_when_dashboard_id_is_invalid[01ef4d7b294112968fa07ffae17dd55f]: databricks.sdk.errors.platform.PermissionDenied: User does not have read permission for dashboard [dashboardId=01ef4d7b294112968fa07ffae17dd55f]. Config: host=https://DATABRICKS_HOST, account_id=DATABRICKS_ACCOUNT_ID, CLOUD_ENV_client_id=0a330eb5-dd51-4d97-b6e4-c474356b1d5d, CLOUD_ENV_tenant_id=9f37a392-f0ae-4280-9796-f1864a10effc, auth_type=metadata-service, cluster_id=TEST_DEFAULT_CLUSTER_ID, warehouse_id=DATABRICKS_WAREHOUSE_ID, metadata_service_url=***. Env: DATABRICKS_HOST, DATABRICKS_ACCOUNT_ID, ARM_CLIENT_ID, ARM_TENANT_ID, DATABRICKS_AUTH_TYPE, DATABRICKS_CLUSTER_ID, DATABRICKS_WAREHOUSE_ID, DATABRICKS_METADATA_SERVICE_URL (47.443s)
Running from acceptance #8680 |
1b33d5c
to
336eec1
Compare
FastLee
requested changes
Jul 2, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
- Add a CLI command to rerun assessment
- Add the named parameter to the workflow fixture and include in a test.
e4bfabc
to
a0e0325
Compare
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
Added a parameter to the assessment job allowing users to force a complete refresh of the assessment data
Resolves #4184
Functionality
Tests