uranusjr commented on code in PR #21077:
URL: https://github.com/apache/airflow/pull/21077#discussion_r847743501


##########
airflow/decorators/__init__.pyi:
##########
@@ -188,8 +188,7 @@ class TaskDecoratorCollection:
             Dict will unroll to XCom values with keys as XCom keys. Defaults 
to False.
         :param use_dill: Whether to use dill or pickle for serialization
         :param python_command: Python command for executing functions, 
Default: python3
-        :param image: Docker image from which to create the container.
-            If image tag is omitted, "latest" will be used.
+        :param image: Docker image from which to create the 
container.(Required)

Review Comment:
   ```suggestion
           :param image: Docker image from which to create the container. 
(Required)
   ```



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