Hi guys, I was trying to run a spark job from prefect. The spark job is a scala jar. I am confused and wondering how i could run the jar from prefect?Prefect and spark is installed in my k8s cluster. I usually execute the job via spark-submit.
How to do this via prefect?