niklasr22 commented on code in PR #45745:
URL: https://github.com/apache/airflow/pull/45745#discussion_r1946869782


##########
providers/src/airflow/providers/docker/operators/docker_swarm.py:
##########
@@ -60,9 +60,11 @@ class DockerSwarmOperator(DockerOperator):
         If image tag is omitted, "latest" will be used.
     :param api_version: Remote API version. Set to ``auto`` to automatically
         detect the server's version.
-    :param auto_remove: Auto-removal of the container on daemon side when the
-        container's process exits.
-        The default is False.
+    :param auto_remove: Enable removal of the service when the service has 
terminated. Possible values:

Review Comment:
   Personally i think the Literal is sufficient, but if you (or others) prefer 
an enum, I can change it.



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