Skip to main content
Version: 1.1.0

cnxload

Synopsis

starlake cnxload [options]

Description

Load parquet file into JDBC Table.

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)