Reading Databricks Tables

Fire Insights enables you to read from and write to Databricks tables.

Below is a workflow which reads data from the Databricks table xyz. It then processes the data and finally writes out the result to the Databricks table abc.

Read Databricks table in Workflow

In the workflow use the processor ‘ReadDatabricksTable’. It will allow you to read tables from Databricks.

Then use the other processors in Fire for processing the data read from the Databricks Table.

Workflow

Databricks

Processor Configurations for ReadDatabricksTable

Databricks

Refresh schema for processor ReadDatabricksTable

Databricks

Processor executions for ReadDatabricksTable

Databricks

Databricks Workflow execution

Below is the output of executing the above workflow which reads data from a Databricks table.

Databricks