Hello Everyone,
I am able to see the Last Synchronized on the right side of the page for the Source which runs through recipe. but not able to see that when I run custom Ingestion. how do I add that for custom ingestion.
If you use the path recommended here https://datahubproject.io/docs/next/metadata-ingestion/adding-source and still use a normal recipe, then it should show up
(not recommended) If you’re using .emit
directly, you’ll need to set the system metadata field on each MetadataChangeProposal
Thanks Harshal Sheth for the response.
I am using .emit directly, so I have added the
systemMetadata=SystemMetadataClass(lastObserved=1651516640493, runId=“no-run-id-provided”) in all my MCP but still nor showing me the "Last Synchronized" feature.