brokenjacobs commented on issue #8287: [AIRFLOW-4363] Fix JSON encoding error URL: https://github.com/apache/airflow/pull/8287#issuecomment-613157848 remove the entire json.loads() line... change the loop: ```for output in self.cli.pull(self.image, stream=True, decode=True):``` That fixes it.
---------------------------------------------------------------- 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
