Save your data to Amazon S3 via Workflow Custom Python Script.
You can save your data directly into Amazon S3 from TD Workflow via its Custom Python Script capability.
Unlike our out-of-the-box Amazon S3 connector, using Custom Python Script allows you to flexibly read and write your data with detailed configuration, extra pre-/post-processing, and custom actions.
Use-Cases
- Sending email/slack notifications upon completion of S3 read/write operations
- (Temporarily) saving data generated by Workflow Custom Python Script for future use