-
Notifications
You must be signed in to change notification settings - Fork 320
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
present column lineage of a dataset #2293
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2293 +/- ##
=========================================
Coverage 76.72% 76.72%
Complexity 1177 1177
=========================================
Files 222 222
Lines 5354 5354
Branches 429 429
=========================================
Hits 4108 4108
Misses 768 768
Partials 478 478 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
aabfdff
to
365fd5b
Compare
Before merging, we need to make sure that backend requests is done after clicking the tab and not by default. |
Signed-off-by: Pawel Leszczynski <[email protected]>
Signed-off-by: tito1212 <[email protected]> Signed-off-by: tito1212 <[email protected]> Co-authored-by: tito1212 <[email protected]>
* refactoring for display column lineage JSON Signed-off-by: tito1212 <[email protected]> * request api after click Signed-off-by: tito1212 <[email protected]> Signed-off-by: tito1212 <[email protected]> Co-authored-by: tito1212 <[email protected]>
51fae37
to
d4110e3
Compare
Signed-off-by: Pawel Leszczynski <[email protected]>
d4110e3
to
6c6b329
Compare
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.
Could you look into switching the component that we are fetching from?
Signed-off-by: tito12 <[email protected]>
461fd19
to
0af28e0
Compare
0af28e0
to
a14dfe5
Compare
0572063
to
c6d7793
Compare
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.
Thanks, You'll want to run
npm run eslint-fix
to get the project to pass CI, perhaps we need a hook.
Signed-off-by: tito12 <[email protected]>
da84d17
to
cfc329e
Compare
Thanks, just pushed changes |
Signed-off-by: Pawel Leszczynski [email protected]
Problem
Marquez UI is not presenting column lineage
Solution
This PR provides JSON preview of a column level lineage of a selected dataset.
Checklist
CHANGELOG.md
with details about your change under the "Unreleased" section (if relevant, depending on the change, this may not be necessary).sql
database schema migration according to Flyway's naming convention (if relevant)