Configure the environment variables to enable the test connection functionality and prevent sample DAGs from loading in the Airflow UI.
export AIRFLOW__CORE__TEST_CONNECTION=Enabled
export AIRFLOW__CORE__LOAD_EXAMPLES=false
Configure the environment variables to enable the test connection functionality and prevent sample DAGs from loading in the Airflow UI.
export AIRFLOW__CORE__TEST_CONNECTION=Enabled
export AIRFLOW__CORE__LOAD_EXAMPLES=false