Hello again! Got another question when ingesting f...
# ingestion
c
Hello again! Got another question when ingesting from mysql. I am interested in dataset schema evolution and read about the TimelineAPI. I modified a schema of a table and ingested it again - I can see the modified schema in the UI but not the history of changes as here (https://demo.datahubproject.io/dataset/urn:li:dataset:(urn:li:dataPlatform:hive,testTimelineDataset,PROD)/Schema?is_lineage_mode=false) I can see the changes for the table in the Open API, how to show them in the UI? Am I missing some plugin?
b
https://datahubproject.io/docs/dev-guides/timeline/ you should be able to see the schema changes
c
Hi @better-orange-49102! Yes, I expect to see the schema changes in the UI as in the example I posted. But I only see them by using the OpenAPI. In the UI I see the latest version. Thank you!