-
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
Column lineage java client #2163
Merged
Merged
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
pawel-big-lebowski
changed the title
Column lineage marquez java client
Column lineage java client
Oct 5, 2022
Codecov Report
@@ Coverage Diff @@
## main #2163 +/- ##
============================================
+ Coverage 76.54% 76.60% +0.05%
- Complexity 1108 1136 +28
============================================
Files 214 219 +5
Lines 5181 5287 +106
Branches 408 420 +12
============================================
+ Hits 3966 4050 +84
- Misses 760 765 +5
- Partials 455 472 +17
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
pawel-big-lebowski
force-pushed
the
downstream-column-lineage
branch
3 times, most recently
from
October 11, 2022 09:33
2e848b4
to
b23be06
Compare
pawel-big-lebowski
force-pushed
the
column-lineage-java-client
branch
2 times, most recently
from
October 12, 2022 13:15
804adf6
to
7a9904e
Compare
pawel-big-lebowski
force-pushed
the
column-lineage-java-client
branch
2 times, most recently
from
October 13, 2022 07:33
412be8b
to
1069125
Compare
pawel-big-lebowski
force-pushed
the
column-lineage-java-client
branch
3 times, most recently
from
October 13, 2022 11:35
13e4835
to
6560467
Compare
pawel-big-lebowski
force-pushed
the
column-lineage-java-client
branch
from
October 13, 2022 11:47
6560467
to
c4e8f0c
Compare
Signed-off-by: Pawel Leszczynski <[email protected]>
pawel-big-lebowski
force-pushed
the
column-lineage-java-client
branch
from
October 13, 2022 11:50
c4e8f0c
to
e6bd732
Compare
mobuchowski
approved these changes
Oct 13, 2022
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.
Signed-off-by: Pawel Leszczynski [email protected]
Problem
Marquez API client methods for column lineage are missing.
Closes: #2163
Solution
Implement 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)