databricks-cli/libs/template/templates/dbt-sql/template/__preamble.tmpl

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}}