airflow-role icon indicating copy to clipboard operation
airflow-role copied to clipboard

Fix iterator to be compatible with python3

Open diraol opened this issue 2 years ago • 0 comments

Description of the Change

iteritems was replaced by items while migrating from python2 to python3.

Benefits

Fix the usage of the airflow_admin_connections variable when running ansible with python3.

Possible Drawbacks

It may stop working with python2 (that has already reached EOL anyway).

Applicable Issues

diraol avatar Jul 06 '22 03:07 diraol