mirror of https://github.com/databricks/cli.git
10 lines
278 B
Plaintext
10 lines
278 B
Plaintext
trace $CLI bundle init dbt-sql --config-file ./input.json --output-dir output
|
|
|
|
cd output/my_dbt_sql
|
|
trace $CLI bundle validate -t dev
|
|
trace $CLI bundle validate -t prod
|
|
|
|
# Do not affect this repository's git behaviour #2318
|
|
mv .gitignore out.gitignore
|
|
rm .databricks/.gitignore
|