mik-laj commented on a change in pull request #6230: [AIRFLOW-5413] Allow K8S 
pod to be configured from JSON/YAML file
URL: https://github.com/apache/airflow/pull/6230#discussion_r336872367
 
 

 ##########
 File path: airflow/executors/kubernetes_executor.py
 ##########
 @@ -546,9 +556,7 @@ def _labels_to_key(self, labels):
 
         with create_session() as session:
             tasks = (
-                session
-                .query(TaskInstance)
-                .filter_by(execution_date=ex_time).all()
+                
session.query(TaskInstance).filter_by(execution_date=ex_time).all()
 
 Review comment:
   Is it unrelated change?  In my opinion, this does not change the behavior.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to