Semantic Modeling Language converters
$ npm install -g sml-converters
$ sml-converters COMMAND
running command...
$ sml-converters --version
0.0.0
$ sml-converters --help [COMMAND]
USAGE
$ sml-converters COMMAND
...
Converts DBT to SML
USAGE
$ sml-converters dbt-to-sml [--source <value>] [--output <value>] [--dbType
bigquery|snowflake|postgresql|databricks|iris] [--database <value>] [--schema <value>] [--atscaleConnectionId
<value>] [--clean]
FLAGS
--atscaleConnectionId=<value> [default: con1] AtScale connection id. The connection id of the data warehouse in
AtScale.
--clean Clean the output folder contents without the .git folder
--database=<value> [default: sample-db] Database name
--dbType=<option> [default: snowflake] Data Warehouse type
<options: bigquery|snowflake|postgresql|databricks|iris>
--output=<value> [default: ./sml_output] Output folder
--schema=<value> [default: sample-schema] Schema name
--source=<value> [default: ./] Source folder
DESCRIPTION
Converts DBT to SML
EXAMPLES
$ sml-converters dbt-to-sml
$ sml-converters dbt-to-sml --clean
$ sml-converters dbt-to-sml -source ./dbt-source-path -output ./sml-output-path
$ sml-converters dbt-to-sml -s ./dbt-source-path -o ./sml-output-path
$ sml-converters dbt-to-sml -s ./dbt-source-path -o ./sml-output-path --clean
Display help for sml-converters.
USAGE
$ sml-converters help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for sml-converters.
See code: @oclif/plugin-help
This project is licensed under the Apache License 2.0. See the LICENSE file for full details.