Writing to Databricks Tables¶
Fire Insights enables you to write to Databricks tables.
In the workflow use the processor ‘SaveDatabricksTable’. It will allow you to save data to tables to Databricks.
Below is a workflow which writes data to the Databricks table test_save.
Workflow¶
Processor Configurations for SaveDatabricksTable¶
Databricks Workflow execution¶
Below is the output of executing the above workflow which saves the data to Databricks table.
- Verify the Table
File Formats¶
The tables can be saved into CSV, JSON, Parquet and ORC file formats.
If the file format is not specified, the data in tables is stored in Parquet format.