databricks-cli/libs/template/templates/default-sql
Lennart Kats (databricks) 4bc0ea0af3
Fix SQL schema selection in default-sql template (#1471)
## Changes

This fixes a last-minute regression that snuck into
https://github.com/databricks/cli/pull/1463: unfortunately we need to
use `USE IDENTIFIER('schema')` to select a schema for now. In the future
we expect we can just use `USE SCHEMA 'schema'`.
2024-06-04 15:40:40 +00:00
..
library Add an experimental default-sql template (#1051) 2024-02-19 12:01:11 +00:00
template/{{.project_name}} Fix SQL schema selection in default-sql template (#1471) 2024-06-04 15:40:40 +00:00
README.md Add an experimental default-sql template (#1051) 2024-02-19 12:01:11 +00:00
databricks_template_schema.json Make dbt-sql and default-sql templates public (#1463) 2024-06-04 08:57:13 +00:00

README.md

sql template

This folder provides a template for using SQL with Databricks Asset Bundles.