-
Notifications
You must be signed in to change notification settings - Fork 22
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
Improve DLT UX #1474
Merged
Merged
Improve DLT UX #1474
Conversation
This file contains 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
- Load events with `retry` instead of `setTimeout` - Better handle cancellation - Show spinning icon for more DLT states - Merge Event Log and Run Status tree sections
ilia-db
temporarily deployed
to
test-trigger-is
November 28, 2024 16:13 — with
GitHub Actions
Inactive
ilia-db
temporarily deployed
to
test-trigger-is
November 28, 2024 16:13 — with
GitHub Actions
Inactive
ilia-db
temporarily deployed
to
test-trigger-is
December 2, 2024 09:41 — with
GitHub Actions
Inactive
ilia-db
temporarily deployed
to
test-trigger-is
December 2, 2024 09:41 — with
GitHub Actions
Inactive
fjakobs
approved these changes
Dec 3, 2024
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.
Looking good
ilia-db
temporarily deployed
to
test-trigger-is
December 4, 2024 08:55 — with
GitHub Actions
Inactive
ilia-db
temporarily deployed
to
test-trigger-is
December 4, 2024 08:55 — with
GitHub Actions
Inactive
ilia-db
temporarily deployed
to
test-trigger-is
December 4, 2024 09:48 — with
GitHub Actions
Inactive
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
ilia-db
temporarily deployed
to
test-trigger-is
December 4, 2024 09:48 — with
GitHub Actions
Inactive
Test Details: go/deco-tests/12157140916 |
Merged
ilia-db
added a commit
that referenced
this pull request
Dec 13, 2024
## packages/databricks-vscode ## (2024-12-12) * Add `Datasets` section with dataset schemas to the pipelines explorer (#1479) ([e904f71](e904f71)), closes [#1479](#1479) * Add Event Log section to the pipeline subtree (#1444) ([3c3fc9c](3c3fc9c)), closes [#1444](#1444) * Add partial update to pipelines (#1453) ([b7cbe4c](b7cbe4c)), closes [#1453](#1453) * Add validate runs for pipelines (#1436) ([bc0d488](bc0d488)), closes [#1436](#1436) * Bump JS SDK (#1447) ([aa8eae8](aa8eae8)), closes [#1447](#1447) * Context menus everywhere (#1461) ([9db90f8](9db90f8)), closes [#1461](#1461) * DLT diagnostics (#1471) ([7b962ff](7b962ff)), closes [#1471](#1471) * Do not load too many events (#1484) ([79ad92c](79ad92c)), closes [#1484](#1484) * Improve bundle logs (#1475) ([ba9518d](ba9518d)), closes [#1475](#1475) * Improve DLT UX (#1474) ([27f8a9b](27f8a9b)), closes [#1474](#1474) * Increase the polling time for job run status (#1451) ([d410b62](d410b62)), closes [#1451](#1451) * Preload datasets (#1458) ([910dccb](910dccb)), closes [#1458](#1458) * Python launch config is deprecated (#1465) ([1f1df4b](1f1df4b)), closes [#1465](#1465) * Update Databricks CLI to v0.236.0 (#1480) ([8a19a41](8a19a41)), closes [#1480](#1480) * Use cluster policy in pipeline tests (#1440) ([5ba42f7](5ba42f7)), closes [#1440](#1440) * Validate icon (#1441) ([54f7376](54f7376)), closes [#1441](#1441) * Whats new 2.5 (#1481) ([392bd0a](392bd0a)), closes [#1481](#1481) ## packages/databricks-vscode-types ## (2024-12-12) --------- Co-authored-by: releasebot <noreply@github.com> Co-authored-by: Ilia Babanov <ilia.babanov@databricks.com>
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
retry
instead ofsetTimeout
Tests