SaveDatabricksTable¶
This node saves a input data as table in Databricks
Input¶
It take dataframe as input data.
Output¶
It creates a Table in Databricks from the dataframe(input data).
Type¶
transform
Class¶
fire.nodes.databricks.NodeSaveDatabricksTable
Fields¶
| Name | Title | Description |
|---|---|---|
| database | Databricks Database | Name of the Database |
| table | Databricks Table | Name of the table |
| partitionBy | Partition By | List of columns to partition by - separated by space |
| format | Format | File format when saving to Table |
| saveMode | Save Mode | Whether to Append, Overwrite or Error if the path Exists |