12-22-2022 11:23 AM
Is there a way to see when a task or pipeline was last updated? I can see when it was created, who created it, and who updated it, but not when it was last updated. This information would be useful for troubleshooting pipeline failures to see if there was a change since the last run.
12-23-2022 12:56 AM
Hi @routemark,
Maybe this can help you.
Inside ‘SnapLogic Read’ snap specify the pipeline path. It will return pipeline metadata. Under snap_map is all snaps related data. You can extract a version of the snap, version is on ‘instance_version’.
Each time when the snap is saved will be a new version.
This is not what you asked but maybe can help you.
Regards,
Viktor.
12-25-2022 02:03 PM
As @viktor_n mentioned, by returning the Pipeline/Task metadata, using the SnapLogic Metadata Snaps you will be able to see when the asset was last updated:
BR,
Spiro Taleski