Hi all. Anyone know if is there a way of get the l...
# troubleshoot
b
Hi all. Anyone know if is there a way of get the last synchronize time of each entity in datahub? I tried using a sql query in mysql database, but didn't found a place with this information.
1
a
https://datahubproject.io/docs/sync-status/#using-sync-status looks like we use
lastObserved
. In GraphQL you can query the platform to see
lastIngested
image.png
b
Thanks @astonishing-answer-96712, this works for me.