Skip to content

Set AIRFLOW__CORE__HOSTNAME_CALLABLE in conftest.py

DCausse requested to merge set-hostname_callable-in-tests into main

For some reason setting this config is required in my environment. This appears to be something we also set from the airflow conf in docker at docker/airflow-metrics/airflow.cfg with the value: hostname_callable = airflow.utils.net.getfqdn

Merge request reports