benbenbang commented on a change in pull request #5356: [AIRFLOW-4363] Fix Json 
encoding error when retrieving `status` from cli in docker operator
URL: https://github.com/apache/airflow/pull/5356#discussion_r296451134
 
 

 ##########
 File path: airflow/operators/docker_operator.py
 ##########
 @@ -198,7 +198,7 @@ def execute(self, context):
 
         if self.force_pull or len(self.cli.images(name=self.image)) == 0:
 
 Review comment:
   This part is not from me, but I will look into it too. Thanks!

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to