josh-fell commented on a change in pull request #20034:
URL: https://github.com/apache/airflow/pull/20034#discussion_r771469212



##########
File path: airflow/providers/docker/decorators/docker.py
##########
@@ -79,7 +79,7 @@ def __init__(
             command=command, retrieve_output=True, 
retrieve_output_path="/tmp/script.out", **kwargs
         )
 
-    def execute(self, context: Dict):
+    def execute(self, context: Any):

Review comment:
       Would this typing make this version of the Docker provider have a lower 
bound of a newer Airflow version since `Context` comes from 
`airflow.utils.context`? I may have incorrectly assumed that here when I chose 
`Any`.




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