I'm working on airflow with docker. My python file has json path like:
'/home/user_name/airflow2-local_setup/credentials/my_file.json'
I'm using it my python file in dags directory. In web ui got an error
Broken DAG ...
FileNotFoundError: [Errno 2] No such file or directory: '/home/user_name/airflow2-local_setup/credentials/my_file.json'
How can i give file path to airflow?