Redshift Profiler PR2: Add Redshift assessment extract SQLs and validation schema#2304
Redshift Profiler PR2: Add Redshift assessment extract SQLs and validation schema#2304ysmx-github wants to merge 4 commits intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2304 +/- ##
=======================================
Coverage 66.41% 66.41%
=======================================
Files 99 99
Lines 9094 9094
Branches 974 974
=======================================
Hits 6040 6040
Misses 2878 2878
Partials 176 176 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
✅ 145/145 passed, 8 flaky, 4 skipped, 40m34s total Flaky tests:
Running from acceptance #4002 |
84c0bda to
6107ada
Compare
6107ada to
204290e
Compare
204290e to
84c0bda
Compare
6b844d7 to
56257e8
Compare
56257e8 to
4fc4285
Compare
Co-authored-by: Cursor <cursoragent@cursor.com>
4fc4285 to
c52b29c
Compare
- Add 0_drop_query_view.sql (DROP VIEW) per variant - 0_query_view.sql: create view only (no drop, no select) - Pipeline configs: drop_query_view + query_view prepare steps then sql steps Co-authored-by: Cursor <cursoragent@cursor.com>
sundarshankar89
left a comment
There was a problem hiding this comment.
@ysmx-github i think we should move the chart generation steps to databricks workspace as part of the profiler ingestion job. and show them in our AI/BI dahsboard.
Seperation of duties.
@goodwillpunning Thoughts?
Yes, the charts should be separated out into a dashboard template and |
Changes
This PR adds Redshift as a supported profiler assessment platform. It introduces Redshift resources for serverless, provisioned, and provisioned_multi_az
What does this PR do?
Relevant implementation details
Caveats/things to watch out for when reviewing:
Linked issues
Resolves #..
Functionality
databricks labs lakebridge ...Tests
tests/resources/assessments/pipeline_config_main_redshift.yml: pipeline config that runs that script.