I put couple pickle files under airflow DAG folder and everything was working with local astro setup. But when I deployed on remote cluster which is using kubernetes executor Airflow is not able to find dynamic DAGs.
Is anyone have idea about it ?
I just want to understand the architecture behind kubernetes executor. Why pickle files blocking dynamic DAGs.