Description
In the current implementation of FileToGoogleCloudStorageOperator, a single file is inputted to be uploaded to Google Cloud Storage bucket.
I'd like to implement functionality to allow input of a list of files, directory path or perhaps even a wildcard string (/path/to/*.csv for example).
Related Issues
Not that I can tell from searching, but there is this stackoverflow question that @kaxil answered.
Description
In the current implementation of
FileToGoogleCloudStorageOperator, a single file is inputted to be uploaded to Google Cloud Storage bucket.I'd like to implement functionality to allow input of a list of files, directory path or perhaps even a wildcard string (
/path/to/*.csvfor example).Related Issues
Not that I can tell from searching, but there is this stackoverflow question that @kaxil answered.