Part 4 - Airflow Runtime and Shared Config ⚙️ This part continues from the bootstrap logic and explains the configuration layer that keeps the rest of the codebase portable. The role of pipeline_config.py The file dags/pipeline_config.py is the central runtime configuration module. It decides whether the project is running locally or in cloud mode and exposes the paths and credentials the othe