potiuk commented on a change in pull request #21145:
URL: https://github.com/apache/airflow/pull/21145#discussion_r808904082
##########
File path: dev/breeze/src/airflow_breeze/shell/shell_builder.py
##########
@@ -206,7 +205,7 @@ def compose_files(self):
)
# mssql based check have to be added
if self.backend == 'mssql':
- docker_filesystem = get_filesystem_type()
+ docker_filesystem = get_filesystem_type('.')
Review comment:
There was a filesystem missing here. I think "." will be fine, but
somethign to check on CI.
--
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]