turbaszek commented on a change in pull request #14761:
URL: https://github.com/apache/airflow/pull/14761#discussion_r598261459



##########
File path: docs/apache-airflow/tutorial_taskflow_api.rst
##########
@@ -160,6 +160,39 @@ the dependencies as shown below.
     :start-after: [START main_flow]
     :end-before: [END main_flow]
 
+Using the Taskflow API with Docker or Virtual Environments
+----------------------------------------------------------
+
+As of Airflow <Airflow version>, you will have the ability to use the Taskflow 
API with either a
+docker container or python virtual environment. This added functionality will 
allow a much more
+comprehensive range of use-cases for the Taskflow API, as you will not be 
limited to the
+packages and system libraries of the Airflow worker.
+
+To use a docker image with the Taskflow API, change the decorator to 
``@task.docker``
+and add any needed arguments to correctly run the task. Please note that the 
docker

Review comment:
       How about listing some arguments instead of using `any`? As a new users 
I would not be sure what the arguments can be




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