Writing to S3 filesΒΆ

https://docs.databricks.com/_static/notebooks/data-import/s3.html

Fire Insighs workflows can write data to S3 locations.

Below is an example workflow which writes data to S3. When the workflow is executed, the Dataframe is saved to the S3 location.

In the dailog box of the save CSV processor the path is specified as s3a://sparkflow-sample-data/write/

S3 Workflow

Browse S3 specified Path & other parameter for processor SaveCSV

S3 Workflow

Execution Result

S3 Workflow

Once the above workflow successfully completed, the save data can be viewed using DATABROWSERS/AWS S3 Location with specified path

S3 Workflow