Kesav Kolla
06/01/2020, 6:15 PMKyle Moon-Wright
06/01/2020, 6:35 PMmanual_only
trigger onto your task. This will cause that particular task to enter a Paused
state when it’s run and can be changed using the UI itself, though this is only compatible with the open-source UI or Prefect Cloud. Additionally, this process will be a bit easier in the next week with the new UI notifications, which will be able to notify you when a task hits a Paused
state.
For your second question, we currently do not have integrations for Arrow in our Task Library, however this would be interesting to explore! If you want, I recommend opening an issue on Github requesting this integration and any configurability that will be the most useful for you.Kesav Kolla
06/01/2020, 6:42 PMJeremiah
06/01/2020, 6:47 PMResult
, which is the new serialization interface that was introduced in Prefect 0.11. Triggers are specified on the task object prior to running the flow, and therefore need to be set in advance, but you can write custom triggers if the built-in ones aren’t meeting your needs. A trigger is just a function that accepts upstream states and returns True
if the task can runKyle Moon-Wright
06/01/2020, 6:54 PM