Fix Airflow Error: Missing AIRFLOW_UID Variable
2K views
Aug 4, 2024
Welcome to ourtechroom. Today in this video i will walk you through steps to resolve common AIRFLOW_UID warning message that can occur when setting up or running airflow. Steps: 1. Create .env file next to your docker yml file 2. Insider .env file add down the following two line AIRFLOW_UID=50000 AIRFLOW_GID=0 Then run Docker Compose and you will not get warning message again. #ApacheAirflow #AirflowError #AIRFLOW_UID #TechTutorial #Coding #DevOps