DougForrest commented on issue #14379:
URL: https://github.com/apache/airflow/issues/14379#issuecomment-784576282


   I updated the docker-compose.yaml default airflow image which fixed the 
problem. 
   ```yaml
   -  image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.0.1}
   +   image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:master-python3.8}
   ```
   
   
   Output above shows container was running python3.6. The comments in the 
docker-compose.yaml state the default should be `Default: 
apache/airflow:master-python3.8`
   
   Created pull request for v2-0-stable. Changes are consistent with master 
branch.
   https://github.com/apache/airflow/pull/14404


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to