airflow
airflow copied to clipboard
Show dataset extra field in UI
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
- [X] I agree to follow this project's Code of Conduct
We already return extra
in the API request so its just a matter of rendering it inside of a <code>
view.
I will work on this
Hi, @phanikumv can I work with you on this?
sure Darshil
This is already implemented, Dataset extra is displayed on UI.