ashb commented on a change in pull request #4315: [AIRFLOW-1381] Specify host
temporary directory
URL: https://github.com/apache/airflow/pull/4315#discussion_r250214198
##########
File path: airflow/operators/docker_operator.py
##########
@@ -72,6 +72,9 @@ class DockerOperator(BaseOperator):
:param mem_limit: Maximum amount of memory the container can use.
Either a float value, which represents the limit in bytes,
or a string like ``128m`` or ``1g``.
+ :param host_tmp_dir: Specify the location of the temporary directory on
the host which will
+ be mapped to tmp_dir. If not provided defaults to using the standard
system temp directory.
+ :type host_tmp_dir: str
Review comment:
This addtion "splits" the description of `mem_limit` from it's type - these
lines should be added before the one starting `:param mem_limit`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services