uranusjr commented on PR #34729:
URL: https://github.com/apache/airflow/pull/34729#issuecomment-1748604799

   Is the `/mnt` path necessary? I wonder if we should instead invisibly mount 
the fs to somewhere random by default and combine the concept with, say, 
Dataset, to help abstract away the URL string. This might take some cognative 
load off the users like having a global `pathlib.Path` allows writing relative 
paths.
   
   Also one problem I have to get my head around this is the example in the top 
post isn’t very complete. For example, what is `src` in the `@task` example 
supposed to be? Why do we need to explicitly mount, instead of done 
automatically by `afs.open`?


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