Hello Everyone,
I am using Airflow for my automating the workflow, I am writing a dag for my one of the cron job, The cron job is written in Django so i want to keep the code same and use django orm for fetching data from databases how can run Django in Airflow environment ? Any idea ?
Please help. Thanks