Hi, are there ways to invoke a non-Python step in ...
# ask-community
j
Hi, are there ways to invoke a non-Python step in Prefect?
j
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
thanks @josh