mik-laj commented on a change in pull request #15843:
URL: https://github.com/apache/airflow/pull/15843#discussion_r633165784



##########
File path: airflow/providers/docker/operators/docker.py
##########
@@ -157,7 +158,7 @@ def __init__(
         tls_ssl_version: Optional[str] = None,
         tmp_dir: str = '/tmp/airflow',
         user: Optional[Union[str, int]] = None,
-        volumes: Optional[List[str]] = None,
+        mounts: Optional[List[Mount]] = None,
         entrypoint: Optional[Union[str, List[str]]] = None,

Review comment:
       It looks like breaking change. Can you add note about it to provider 
docs? Are you looking a example? We have one example in Google provider: 
https://github.com/apache/airflow/blob/master/airflow/providers/google/CHANGELOG.rst




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