You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a mechanism to trigger a pipeline when another pipeline finishes.
The new pipeline should be triggered based on certain conditions like the status of the previous pipeline.
A possible implementation would be to create a TriggerPipeline(pipeline_id="", previous_status="", async=False) class or function to be used as a task so you can add it anywhere in another pipeline tasks list
The text was updated successfully, but these errors were encountered:
Create a mechanism to trigger a pipeline when another pipeline finishes.
The new pipeline should be triggered based on certain conditions like the status of the previous pipeline.
A possible implementation would be to create a
TriggerPipeline(pipeline_id="", previous_status="", async=False)
class or function to be used as a task so you can add it anywhere in another pipeline tasks listThe text was updated successfully, but these errors were encountered: