-
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
Seed data for column lineage #2381
Seed data for column lineage #2381
Conversation
Signed-off-by: Ross Turk <ross@rossturk.com>
Signed-off-by: Ross Turk <ross@rossturk.com>
Signed-off-by: Ross Turk <ross.turk@astronomer.io>
Signed-off-by: Ross Turk <ross@rossturk.com>
Signed-off-by: Ross Turk <ross@rossturk.com>
Codecov Report
@@ Coverage Diff @@
## main #2381 +/- ##
=======================================
Coverage ? 76.81%
Complexity ? 1195
=======================================
Files ? 226
Lines ? 5473
Branches ? 443
=======================================
Hits ? 4204
Misses ? 772
Partials ? 497 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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, @rossturk!
Problem
There is not currently any seed data for column-level lineage facets.
Closes: #2377
Solution
This adds some
ColumnLineageDatasetFacet
JSON snippets todocker/metadata.json
in all the spots I thought were appropriate.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)