I have two separate spark file. extension(.py) I want to schedule both files using airflow but both need to start at the same time. How can I do that??
However, When I am manually submitting a spark file using two different threads then it is running parallelly.
So I just want to schedule both the file at the same time. How can I do that using Airflow?