malthe opened a new pull request #17273:
URL: https://github.com/apache/airflow/pull/17273


   This change switches the Samba hook implementation to the 
[smbprotocol](https://pypi.org/project/smbprotocol/) library.
   
   As discussed in #14054 the current implementation uses an unmaintained and 
outdated library.
   
   In addition, the implementation suggested here conveniently exposes a large 
part of the user-friendly API provided by the underlying library. For example, 
to use the `smbclient.getxattr` function, one would call `samba_hook.getxattr` 
(with connection details being automatically provided).
   
   ---
   
   closes: #14054
   


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