79253294

Date: 2024-12-05 03:18:45
Score: 0.5
Natty:
Report link

Airflow automatically adds ~/airflow/dags/ to the python path yes.

But you can do so manually with any folder:

export PYTHONPATH=~/my_project

This should give all of your DAGs access to the my_project packages.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: scr