Skip to content

Register Table Node

Data/DataFusion

Register Table

Register a CSVTable (from Excel/CSV extraction) into a DataFusion session for SQL queries. Converts the table to an in-memory Arrow table.

df_register_csv_tabledata
Inputs4
Outputs1
Security exposure0/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
0/10High
PrivacyPotential sensitivity of processed data.
0/10High
PerformanceRuntime or resource pressure.
2/10High
GovernancePolicy, audit, or compliance impact.
1/10High
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
0/10High

Input Pins

4

Input

Execution
exec_in

Trigger execution

Session

Struct
session

DataFusion session to register the table into

DataFusionSessionDataFusionSession1 fields
cache_keystringrequired

Table

Struct
table

CSVTable to register (from Excel/CSV extraction nodes)

CSVTableCSVTable4 fields
namestring | null

Optional name/identifier for this table

headersArray<string>required
itemsstringarray item
rowsArray<Array<Cell>>required
itemsArray<Cell>array item
itemsCellarray item
variant 1nullvariant
variant 2booleanvariant
variant 3integer:int64variant
format int64
variant 4number:doublevariant
format double
variant 5stringvariant
+1 more fields
sourceanyOf (2)
variant 1FlowPathvariant
pathstringrequired
store_refstringrequired
cache_store_refstring | null
variant 2nullvariant

Table Name

String
table_name

Name to register the table as in the DataFusion catalog

Default data

Output Pins

1

Done

Execution
exec_out

Table registered successfully

Node Info

Internal name
df_register_csv_table
Category
Data/DataFusion