Skip to content

get column lineage by job#2204

Merged
pawel-big-lebowski merged 2 commits into
mainfrom
column-lineage-by-job
Oct 24, 2022
Merged

get column lineage by job#2204
pawel-big-lebowski merged 2 commits into
mainfrom
column-lineage-by-job

Conversation

@pawel-big-lebowski

Copy link
Copy Markdown
Collaborator

Signed-off-by: Pawel Leszczynski leszczynski.pawel@gmail.com

Problem

No endpoint to retrieve column lineage by job.

Closes: #2185

Solution

Implement the endpoint.

Note: All database schema changes require discussion. Please link the issue for context.

Checklist

  • You've signed-off your work
  • Your changes are accompanied by tests (if relevant)
  • Your change contains a small diff and is self-contained
  • You've updated any relevant documentation (if relevant)
  • You've updated the CHANGELOG.md with details about your change under the "Unreleased" section (if relevant, depending on the change, this may not be necessary)
  • You've versioned your .sql database schema migration according to Flyway's naming convention (if relevant)
  • You've included a header in any source code files (if relevant)

@codecov

codecov Bot commented Oct 21, 2022

Copy link
Copy Markdown

Codecov Report

Merging #2204 (a711645) into main (3f3e4ae) will increase coverage by 0.06%.
The diff coverage is 82.14%.

@@             Coverage Diff              @@
##               main    #2204      +/-   ##
============================================
+ Coverage     76.61%   76.67%   +0.06%     
- Complexity     1136     1144       +8     
============================================
  Files           219      219              
  Lines          5289     5312      +23     
  Branches        420      421       +1     
============================================
+ Hits           4052     4073      +21     
+ Misses          765      764       -1     
- Partials        472      475       +3     
Impacted Files Coverage Δ
api/src/main/java/marquez/db/DatasetFieldDao.java 100.00% <ø> (ø)
...va/src/main/java/marquez/client/MarquezClient.java 60.85% <76.92%> (+0.49%) ⬆️
...ain/java/marquez/service/ColumnLineageService.java 97.32% <80.00%> (+0.12%) ⬆️
...va/src/main/java/marquez/client/models/NodeId.java 83.33% <80.00%> (-0.35%) ⬇️
.../java/src/main/java/marquez/client/MarquezUrl.java 67.94% <100.00%> (+2.19%) ⬆️
api/src/main/java/marquez/common/models/JobId.java 75.00% <0.00%> (+12.50%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Signed-off-by: Pawel Leszczynski <leszczynski.pawel@gmail.com>
@pawel-big-lebowski pawel-big-lebowski marked this pull request as ready for review October 21, 2022 11:25
@pawel-big-lebowski pawel-big-lebowski merged commit 74f062f into main Oct 24, 2022
@pawel-big-lebowski pawel-big-lebowski deleted the column-lineage-by-job branch October 24, 2022 07:00
jonathanpmoraes referenced this pull request in nubank/NuMarquez Feb 6, 2025
Signed-off-by: Pawel Leszczynski <leszczynski.pawel@gmail.com>

Signed-off-by: Pawel Leszczynski <leszczynski.pawel@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Get Column-lineage by job

2 participants