Closed sophiely closed 2 months ago
Name | Link |
---|---|
Latest commit | 9f60d046a74073c958db105201dd0327692acdca |
Latest deploy log | https://app.netlify.com/sites/peppy-sprite-186812/deploys/66ccab7d1e01560008d2a5f0 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.28%. Comparing base (
915aff3
) to head (9f60d04
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Problem
Closes: #2875
In some case the input dataset used seems not to be in dataset_views table so when joining the two tables it results in null for namespace and name and make the list dataset endpoint fail. dataset_views only contains the latest dataset version so if the column lineage is created with an old version, this old version will ne be in the dataset_view and then results in an empty namespace and name.
Solution
We can get the namespace and name in the dataset_versions table to make sure to have all the version of a dataset.
Checklist
CHANGELOG.md
(Depending on the change, this may not be necessary)..sql
database schema migration according to Flyway's naming convention (if relevant)