We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cb2e7 commit 32adbe7Copy full SHA for 32adbe7
libs/template/template_test.go
@@ -12,7 +12,7 @@ func TestTemplateHelpDescriptions(t *testing.T) {
12
- default-sql: The default SQL template for .sql files that run with Databricks SQL
13
- dbt-sql: The dbt SQL template (databricks.com/blog/delivering-cost-effective-data-real-time-dbt-and-databricks)
14
- mlops-stacks: The Databricks MLOps Stacks template (github.com/databricks/mlops-stacks)
15
-- experimental-jobs-as-code: Jobs as code template (experimental)`
+- pydabs: A variant of 'default-python' template that defines resources in Python instead of YAML`
16
assert.Equal(t, expected, HelpDescriptions())
17
}
18
0 commit comments