Skip to main content
Version: 1.1.0

yml2ddl

Synopsis

starlake yml2ddl [options]

Description

Parameters

ParameterCardinalityDescription
--datawarehouse:<value>Requiredtarget datawarehouse name (ddl mapping key in types.yml
--connection:<value>OptionalJDBC connection name with at least read write on database schema
--output:<value>OptionalWhere to output the generated files. ./$datawarehouse/ by default
--catalog:<value>OptionalDatabase Catalog if any
--domain:<value>OptionalDomain to create DDL for. All by default
--schemas:<value>OptionalList of schemas to generate DDL for. All by default
--apply:<value>OptionalDoes the file contain a header (For CSV files only)
--parallelism:<value>Optionalparallelism level. By default equals to the available cores: 10