MarquezProject / marquez-web

Marquez Web UI
23 stars 6 forks source link

Passes in tags for a dataset from the homescreen #98

Closed frankcash closed 4 years ago

frankcash commented 4 years ago

Description

The dataset preview card accepts tags and then can search from tags for the keys, but due to the fact that they aren't passed in from the homescreen component they will never be present and thus always default to []

https://github.com/frankcash/marquez-web/blob/e70139930d33105a60edf47810796c4d71bee092/src/components/DatasetPreviewCard.tsx#L43-L45

addresses #97

This PR addresses this by passing in the tags

Checklist

See attached screenshot

Screen Shot 2020-05-06 at 3 13 56 PM