You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/09/12 16:58:02 UTC

[GitHub] [airflow] marengaz commented on issue #6078: [AIRFLOW-5459] Use a dynamic tmp location in Dataflow operator

marengaz commented on issue #6078: [AIRFLOW-5459] Use a dynamic tmp location in Dataflow operator
URL: https://github.com/apache/airflow/pull/6078#issuecomment-530914266
 
 
   @mik-laj - agree, that would be ideal, but im not sure it is possible in this case without a bigger change. see the docstring:
   ```Checks whether the file specified by file_name is stored in Google Cloud
           Storage (GCS), if so, downloads the file and saves it locally. The full
           path of the saved file will be returned. Otherwise the local file_name
           will be returned immediately.
   ```
   after this function has been called, it's not possible to know if the file is ephemeral or not

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services