This is an automated email from the ASF dual-hosted git repository.

husseinawala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new a3b3a6e0c8 Remove redundant `docker` decorator parameters in 
documentation (#36407)
a3b3a6e0c8 is described below

commit a3b3a6e0c84a088faddf5645efd83b96fcd5901f
Author: Andrey Anshin <[email protected]>
AuthorDate: Mon Dec 25 03:30:18 2023 +0400

    Remove redundant `docker` decorator parameters in documentation (#36407)
---
 docs/apache-airflow-providers-docker/decorators/docker.rst | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/docs/apache-airflow-providers-docker/decorators/docker.rst 
b/docs/apache-airflow-providers-docker/decorators/docker.rst
index 1ef2af81d7..c58faa4714 100644
--- a/docs/apache-airflow-providers-docker/decorators/docker.rst
+++ b/docs/apache-airflow-providers-docker/decorators/docker.rst
@@ -130,12 +130,6 @@ cap_add
     Include container capabilities
 extra_hosts
     Additional hostnames to resolve inside the container, as a mapping of 
hostname to IP address.
-retrieve_output
-    Should this docker image consistently attempt to pull from and output
-    file before manually shutting down the image. Useful for cases where users 
want a pickle serialized
-    output that is not posted to logs
-retrieve_output_path
-    path for output file that will be retrieved and passed to xcom
 timeout
     Default timeout for API calls, in seconds.
 device_requests

Reply via email to