You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI: add facet view enhancements #2336@tito12 Creates a dynamic component offering the ability to navigate and search the JSON, expand sections and click on links.
UI: highlight selected path on graph and display status of jobs and datasets based on last 14 runs or latest quality facets #2384@tito12 Adds highlighting of the visual graph based on upstream and downstream dependencies of selected nodes; makes displayed status reflect last 14 runs the case of jobs and latest quality facets in the case of datasets.
UI: enable auto-accessibility feature on graph nodes #2388@merobi-hub Adds attributes to the FontAwesomeIcons to enable a built-in accessibility feature.
Fixed
API: add index to jobs_fqn table using namespace_name and job_fqn columns #2357@collado-mike Optimizes read queries by adding an index to this table.
API: add missing indices to column_lineage, dataset_facets, job_facets tables #2419@pawel-big-lebowski Creates missing indices on reference columns in a number of database tables.
Spec: make data version and dataset types the same #2400@phixme Makes the fields property the same for datasets and dataset versions, allowing type-generating systems to treat them the same way.
UI: show location button only when link to code exists #2409@tito12 Makes the button visible only if the link is not empty.