ReadDatabricksTable¶
This node reads data from Relational Databases using JDBC and creates a DataFrame from it
Input¶
It reads data from Relational Databases
Output¶
It creates a DataFrame from the data read and sends it to its output
Type¶
dataset
Class¶
fire.nodes.dataset.NodeReadDatabricksTable
Fields¶
| Name | Title | Description |
|---|---|---|
| db | Databricks Database | Databricks Database |
| table | Databricks Table | Databricks Table from which to read the data |
| driver | Driver | The class name of the JDBC driver needed to connect to this URL |
| outputColNames | Column Names of the Table | Output Columns Names of the Table |
| outputColTypes | Column Types of the Table | Output Column Types of the Table |
| outputColFormats | Column Formats | Output Column Formats |