Hello. I just started to test DataHub as POC for our company data and found that it is cool project.
But I have some questions.
The first one is about displaying dates (created
and lastModified
) for datasets in gui. My primary source is Athena and it doesn’t correctly fetch this attributes, so we need to put it manually. I try it with code snippet form docs (with DatasetPropertiesClass
) and it works. But then i found that this properties doesn’t shows up in gui. Also I notice from examples (datahub docker ingest-sample-data
) that one dataset (SampleHiveDataset) display lastModified
date in the gui. So i wonder haw one could implement displaying lastModified
date as this is crucial for our usage.