-
Notifications
You must be signed in to change notification settings - Fork 318
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
Column lineage point in time java client #2269
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2269 +/- ##
============================================
+ Coverage 66.98% 76.84% +9.85%
- Complexity 227 1154 +927
============================================
Files 40 220 +180
Lines 945 5268 +4323
Branches 103 423 +320
============================================
+ Hits 633 4048 +3415
- Misses 162 747 +585
- Partials 150 473 +323
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
f383558
to
d24077b
Compare
1489a7e
to
0458065
Compare
0458065
to
8ef7712
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.
I would make sure to note the removal of methods Client.getColumnLineageByDataset()
, etc (now just Client.getColumnLineage(NodeId)
) in our changelog.
8ef7712
to
66a9d15
Compare
Signed-off-by: Pawel Leszczynski <[email protected]>
66a9d15
to
4036507
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.
LGTM 👍
Problem
Enable getting column lineage point-in-time in Java client of Marquez.
Closes: #2114
Solution
Implement point-in-time capability within Java client.
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)