Skip to main content

preload

Synopsis

starlake preload [options]

Description

Check for new files in the landing area and prepare them for loading.

Parameters

ParameterCardinalityDescription
--domain domain1RequiredDomain to pre load
--tables table1,table2,table3 ...OptionalTables to pre load
--strategy <value>Optionalpre load strategy
--globalAckFilePath <value>OptionalGlobal ack file path
--notReadySentinel <value>OptionalIf set, a zero-byte marker is written at this path when the pre-load decides files are not yet ready. Used by orchestrators to distinguish 'not ready, retry later' from real failures. In this mode, 'not ready' outcomes always exit with code 0 (the sentinel is the signal), while real exceptions still exit non-zero. Supports any StorageHandler-compatible URI (gs://, s3://, file://, hdfs://).
--options k1=v1,k2=v2...OptionalPre load arguments to be used as substitutions
--reportFormat <value>OptionalReport format: console, json, html