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 5848f32 commit ba1d8c2Copy full SHA for ba1d8c2
libs/template/template_test.go
@@ -22,7 +22,7 @@ func TestTemplateOptions(t *testing.T) {
22
{Name: "default-sql", Id: "The default SQL template for .sql files that run with Databricks SQL"},
23
{Name: "dbt-sql", Id: "The dbt SQL template (databricks.com/blog/delivering-cost-effective-data-real-time-dbt-and-databricks)"},
24
{Name: "mlops-stacks", Id: "The Databricks MLOps Stacks template (github.com/databricks/mlops-stacks)"},
25
- {Name: "experimental-jobs-as-code", Id: "Jobs as code template (experimental)"},
+ {Name: "pydabs", Id: "A variant of 'default-python' template that defines resources in Python instead of YAML"},
26
{Name: "custom...", Id: "Bring your own template"},
27
}
28
assert.Equal(t, expected, options())
0 commit comments