ashb commented on a change in pull request #15330:
URL: https://github.com/apache/airflow/pull/15330#discussion_r614353734



##########
File path: airflow/decorators/__init__.py
##########
@@ -139,5 +139,169 @@ def virtualenv(
             **kwargs,
         )
 
+    @staticmethod
+    def docker(  # pylint: disable=too-many-arguments,too-many-locals
+        python_callable: Optional[Callable] = None,

Review comment:
       Yeah, it would be _super_ good if we didn't have to duplicate the args, 
defaults and docstring from DockerOperator here.




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


Reply via email to