Forum Discussion

eric_sou's avatar
eric_sou
New Contributor III
8 years ago

Pipeline Parameter being last run's date

Hi everyone,
There is another interesting case I need to work on.
Is there a way to schedule a run of a pipeline passing it, as parameter (to be used inside the new run) the last successful run date?

In pseudo algorithm, this would be:

Oracle Data Select since $LastSuccessfulRunDate etc.
Thanks for your help folks.
Eric

2 Replies

  • abew's avatar
    abew
    New Contributor II

    That’s great. We don’t use GitHub, but use another git based platform. Is the only thing we can do is writing pipeline/scripts against the Management API? Do you do anything creative for Diff/History checking?

    • Designer has a compare pipeline function that will show you the differences between two pipes.

      If you expand the toolbar, there is an icon

      if you are on the tab for one of the pipes you want to compare and click the compare icon, you will see a dialog that allows you to choose the target project and pipe.

      it will open a new tab with a small context menu under the tab. You can display the source and target pipes, and show the snaps that are the identical, similar and different between the two pipes.

      If you are viewing similar snaps and open an infobox, you will see a two column display and the changed attributes are highlighted

      • abew's avatar
        abew
        New Contributor II

        Thanks! As far as automating moving pipelines across environments, is the only thing we can do is using the Management API?