mirror of https://github.com/databricks/cli.git
9 lines
193 B
Cheetah
9 lines
193 B
Cheetah
|
# Preamble
|
||
|
|
||
|
This file only template directives; it is skipped for the actual output.
|
||
|
|
||
|
{{skip "__preamble"}}
|
||
|
|
||
|
{{if eq .project_name "dbt"}}
|
||
|
{{fail "Project name 'dbt' is not supported"}}
|
||
|
{{end}}
|