anishgirianish commented on issue #60558:
URL: https://github.com/apache/airflow/issues/60558#issuecomment-3765795772

     Hi! I've opened a PR to implement this: 
[#60757](https://github.com/apache/airflow/pull/60757)                  
                                                                            
    ```python
    Adds ObjectStoragePath support for SFTP/SSH using the sshfs library.   
     Integrates with existing Airflow SFTP connections.                     
                                                                            
     from airflow.sdk import ObjectStoragePath                              
     path = ObjectStoragePath("sftp://my_conn@server/path/file.txt";)        
     content = path.read_text()  
   ```                                           
                                                                            
     Would appreciate a review. Thanks!                                     


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