-
This seems to be the missing piece in testing pipelines, and therefore it's invariably what goes wrong when we try to deploy - stuff like forgetting the dummy argument in the The function itself is decorated and there's no easy way of getting the function object back. Creating a dummy |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This appears to work: instance = DagsterInstance.get().get_ref()
context = ScheduleExecutionContext(instance, scheduled_execution_time=None)
[run_request] = schedule.get_execution_data(context) |
Beta Was this translation helpful? Give feedback.
This appears to work: