Skip to main content

Node Types

Source Nodes​

NodeDescription
DatabasePostgreSQL, MySQL, Oracle, SQL Server, BigQuery, Redshift
Cloud StorageS3, GCS, Azure Blob, ADLS
StreamingKafka, Kinesis, Pulsar
APIREST, GraphQL, gRPC
FileCSV, JSON, Parquet, Avro, XML

Transform Nodes​

NodeDescription
SQL TransformWrite SQL transformations
Python TransformCustom Python code
JoinCombine multiple data streams
FilterFilter rows based on conditions
AggregateGroup and aggregate data
Pivot/UnpivotReshape data structure
DeduplicateRemove duplicate records

Destination Nodes​

All source node types are available as destinations, plus:

NodeDescription
Data WarehouseSnowflake, Databricks, Synapse
LakehouseDelta Lake, Iceberg tables

Control Nodes​

NodeDescription
BranchConditional routing based on data
MergeCombine multiple branches
GateWait for external trigger

See Also​