/!\ Works only on Linux. Docker network_mode
only works as expected on Linux.
Example:
ddev env start airflow py39
docker exec -it dd_airflow_py39 agent dogstatsd-stats
ddev env start airflow py3.11-2.6
Go to localhost:8080/login and enter admin credentials.
Trigger the dag to start DagRun and move it to a running state.
View the generated airflow.dag.task.ongoing_duration
via the manual check run
ddev env agent airflow py3.11-2.6 check