You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Steven Freed (JIRA)" <ji...@apache.org> on 2019/08/11 14:43:00 UTC

[jira] [Created] (AIRFLOW-5162) GCS Uploads for local files and file data (string or bytes)

Steven Freed created AIRFLOW-5162:
-------------------------------------

             Summary: GCS Uploads for local files and file data (string or bytes)
                 Key: AIRFLOW-5162
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5162
             Project: Apache Airflow
          Issue Type: Improvement
          Components: gcp
    Affects Versions: 1.10.4, 1.10.3, 1.10.2, 1.10.1, 1.10.0
            Reporter: Steven Freed
             Fix For: 1.10.4, 1.10.3, 1.10.2, 1.10.1, 1.10.0


Allows for gas uploads to be done by specifying a local file name or by using the file's content. File content can be uploaded as a string or bytes. This gives developers more alternatives to uploading files where developers may have constraints on disk space and prefer to upload via file content in memory. This update also helps airflow update to Google's new 'upload_from_string' method for gcs.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)