Open julienledem opened 3 years ago
The STREAM type Dataset has a schemaLocation field that points to a schema stored in a registry. https://marquezproject.github.io/marquez/openapi.html#tag/Datasets/paths/~1namespaces~1{namespace}~1datasets~1{dataset}/put It would make sense to display the schema in the UI.
schemaLocation
We can approach displaying the schema in the UI for stream datasets in two ways:
Thoughts?
The STREAM type Dataset has a
schemaLocation
field that points to a schema stored in a registry. https://marquezproject.github.io/marquez/openapi.html#tag/Datasets/paths/~1namespaces~1{namespace}~1datasets~1{dataset}/put It would make sense to display the schema in the UI.