uranusjr commented on a change in pull request #20625:
URL: https://github.com/apache/airflow/pull/20625#discussion_r777283387



##########
File path: airflow/providers/qubole/operators/qubole.py
##########
@@ -217,7 +217,7 @@ class QuboleOperator(BaseOperator):
         'cluster_label',
     )
 
-    template_ext: Iterable[str] = ('.txt',)
+    template_ext: Sequence[str] = ('.txt',)

Review comment:
       Maybe this should have been `Collection` instead of `Sequence`? Or does 
anything in Airflow requires these to be deterministically ordered?




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

To unsubscribe, e-mail: [email protected]

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


Reply via email to