ap-- opened a new pull request, #60519:
URL: https://github.com/apache/airflow/pull/60519

   Closes #56369 
   
   This PR updates airflow's `ObjectStoragePath` class to be compatible with 
universal-pathlib `>=0.3.8`. It now uses `upath.extensions.ProxyUPath` as a 
base class, to avoid using the now deprecated `_protocol_dispath = False` 
mechanism for class API extensions.
   
   `pathlib.Path` added `.copy`, `.copy_into`, `.move`, and `.move_into` 
methods in 3.14, which means the ObjectStoragePath behavior for `.copy` and 
`.move` is now be different from standard pathlib, which defaults to recursive 
copies for directories.
   
   Cheers,
   Andreas ☺️ 


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