Conversation
vijaypavann-db
requested changes
Aug 5, 2024
src/databricks/labs/remorph/resources/reconcile/dashboards/dashboard.yml
Outdated
Show resolved
Hide resolved
src/databricks/labs/remorph/resources/reconcile/dashboards/failed_table_list.sql
Outdated
Show resolved
Hide resolved
src/databricks/labs/remorph/resources/reconcile/dashboards/recon_details_pivot.sql
Outdated
Show resolved
Hide resolved
src/databricks/labs/remorph/resources/reconcile/dashboards/recon_details_schema.sql
Outdated
Show resolved
Hide resolved
src/databricks/labs/remorph/resources/reconcile/dashboards/success_table_list.sql
Outdated
Show resolved
Hide resolved
src/databricks/labs/remorph/resources/reconcile/dashboards/success_table_list.sql
Outdated
Show resolved
Hide resolved
src/databricks/labs/remorph/resources/reconcile/dashboards/failed_table_list.sql
Outdated
Show resolved
Hide resolved
src/databricks/labs/remorph/resources/reconcile/dashboards/recon_details_pivot.sql
Outdated
Show resolved
Hide resolved
src/databricks/labs/remorph/resources/reconcile/dashboards/recon_details_schema.sql
Outdated
Show resolved
Hide resolved
src/databricks/labs/remorph/resources/reconcile/dashboards/recon_main.sql
Outdated
Show resolved
Hide resolved
vijaypavann-db
requested changes
Aug 6, 2024
src/databricks/labs/remorph/resources/reconcile/dashboards/0_1_recon_main.sql
Outdated
Show resolved
Hide resolved
Collaborator
Author
|
updated description |
Collaborator
Author
|
@nfx why is it moved to in progress? it is blocked by lsql missing features. |
b98e1bf to
9e6d590
Compare
# Conflicts: # pyproject.toml # src/databricks/labs/remorph/deployment/installation.py # src/databricks/labs/remorph/deployment/recon.py # src/databricks/labs/remorph/resources/reconcile/dashboards/Remorph-Reconciliation.lvdash.json
vijaypavann-db
requested changes
Sep 30, 2024
...ks/labs/remorph/resources/reconcile/dashboards/reconciliation_metrics/05_0_summary_table.sql
Outdated
Show resolved
Hide resolved
.../remorph/resources/reconcile/dashboards/reconciliation_metrics/07_0_schema_details_table.sql
Outdated
Show resolved
Hide resolved
...s/remorph/resources/reconcile/dashboards/reconciliation_metrics/11_0_recon_details_pivot.sql
Outdated
Show resolved
Hide resolved
...s/labs/remorph/resources/reconcile/dashboards/reconciliation_metrics/15_1_failed_targets.sql
Outdated
Show resolved
Hide resolved
...bs/remorph/resources/reconcile/dashboards/reconciliation_metrics/15_2_successful_targets.sql
Outdated
Show resolved
Hide resolved
...bs/remorph/resources/reconcile/dashboards/reconciliation_metrics/17_0_mismatched_records.sql
Outdated
Show resolved
Hide resolved
.../remorph/resources/reconcile/dashboards/reconciliation_metrics/17_1_threshold_mismatches.sql
Outdated
Show resolved
Hide resolved
sundarshankar89
added a commit
to sundarshankar89/remorph
that referenced
this pull request
Jan 2, 2025
closes databrickslabs#708 The existing dashboard has been broken into 2. For features unsupported by LSQL, we are using overrides to implement the required widgets. Conditional formatting depends on databrickslabs/lsql#299 Screenshots:   -- co-authored by @bishwajit-db and @sundarshankar89 --------- Co-authored-by: Bishwajit <bishwajit.dey@databricks.com>
sundarshankar89
added a commit
to sundarshankar89/remorph
that referenced
this pull request
Jan 3, 2025
closes databrickslabs#708 The existing dashboard has been broken into 2. For features unsupported by LSQL, we are using overrides to implement the required widgets. Conditional formatting depends on databrickslabs/lsql#299 Screenshots:   -- co-authored by @bishwajit-db and @sundarshankar89 --------- Co-authored-by: Bishwajit <bishwajit.dey@databricks.com>
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.
closes #708
The existing dashboard has been broken into 2.
For features unsupported by LSQL, we are using overrides to implement the required widgets.
Conditional formatting depends on databrickslabs/lsql#299
Screenshots:
-- co-authored by @bishwajit-db and @sundarshankar89