My company uses SAS 9.4, and we usually send remot...
# ask-community
n
My company uses SAS 9.4, and we usually send remote commands with powershell scripts. can dagster support running processes that aren't python-based? thanks. Edit: our SAS servers run locally. We do use S3 for warehousing.
p
I think the recommended way to do this is to kick off shell commands from Python. You’d still get the op/run-level events, but you probably wouldn’t make use of the IOManager / input / output handling