https://prefect.io logo
j

Jason

09/23/2019, 6:01 PM
Hi, are there ways to invoke a non-Python step in Prefect?
j

josh

09/23/2019, 6:25 PM
The Docker task is definitely an option you could use! Also take a look at the shell task https://docs.prefect.io/api/unreleased/tasks/shell.html#shell-tasks which is an easy way to call out to something that isn’t Python.
j

Jason

10/05/2019, 3:21 PM
thanks @josh