airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Show dataset extra field in UI

Open easontm opened this issue 1 year ago • 4 comments

Description

When you're on the UI page for a specific dataset datasets?uri=MY_DATASET, I think it would be nice to show the extra dictionary.

Use case/motivation

I sometimes attach meta information to a dataset, but it can only by consuming tasks or by going directly to the meta DB. I would like to be able to view it from the UI.

Related issues

No response

Are you willing to submit a PR?

  • [ ] Yes I am willing to submit a PR!

Code of Conduct

easontm avatar Jun 26 '23 10:06 easontm

We already return extra in the API request so its just a matter of rendering it inside of a <code> view.

bbovenzi avatar Jun 26 '23 14:06 bbovenzi

I will work on this

phanikumv avatar Jun 27 '23 10:06 phanikumv

Hi, @phanikumv can I work with you on this?

darshilparmar avatar Jul 14 '23 05:07 darshilparmar

sure Darshil

phanikumv avatar Jul 14 '23 05:07 phanikumv

This is already implemented, Dataset extra is displayed on UI.

jscheffl avatar Jul 25 '24 21:07 jscheffl