Description
Currently, an S3Hook exists that allows transfer of files to S3 via load_file(), however there is no operator associated with it. The S3Load Operator would wrap the S3 Hook, so it is not used directly.
Use case / motivation
Seeing as to upload a local file to S3 using the S3 Hook, a Python task with the same functionality has to be written anyway, this could reduce a lot of redundant boiler-plate code and standardize the local file to S3 load process.
Are you willing to submit a PR?
Yes
Related Issues
Not that I could find.
Description
Currently, an S3Hook exists that allows transfer of files to S3 via
load_file(), however there is no operator associated with it. The S3Load Operator would wrap the S3 Hook, so it is not used directly.Use case / motivation
Seeing as to upload a local file to S3 using the S3 Hook, a Python task with the same functionality has to be written anyway, this could reduce a lot of redundant boiler-plate code and standardize the local file to S3 load process.
Are you willing to submit a PR?
Yes
Related Issues
Not that I could find.