Skip to main content

cnxload

Synopsis

starlake cnxload [options]

Description

Load Parquet, CSV, or JSON files directly into a JDBC-connected database table. Supports APPEND and OVERWRITE write strategies with configurable connection options.

Parameters

ParameterCardinalityDescription
--source_file <value>RequiredFull Path to source file
--output_table <value>RequiredJDBC Output Table
--options <value>OptionalConnection options eq for jdbc : driver, user, password, url, partitions, batchSize
--write_strategy <value>OptionalOne of the write strategies: APPEND, OVERWRITE (see strategy types)