Use SHOW INVOCATIONS to review the status of the steps and pipelines that have been executed.
1 SQL> select id, object_name, state, status, completed_instant from (show invocations) order by completed_instant;
Use SHOW INVOCATIONS to review the status of the steps and pipelines that have been executed.
1 SQL> select id, object_name, state, status, completed_instant from (show invocations) order by completed_instant;