@@ -12,7 +12,7 @@ func TestTemplateHelpDescriptions(t *testing.T) {
1212- default-sql: The default SQL template for .sql files that run with Databricks SQL
1313- dbt-sql: The dbt SQL template (databricks.com/blog/delivering-cost-effective-data-real-time-dbt-and-databricks)
1414- mlops-stacks: The Databricks MLOps Stacks template (github.com/databricks/mlops-stacks)
15- - pydabs: A variant of 'default-python' template that defines resources in Python instead of YAML`
15+ - pydabs: A variant of the 'default-python' template that defines resources in Python instead of YAML`
1616 assert .Equal (t , expected , HelpDescriptions ())
1717}
1818
@@ -22,7 +22,7 @@ func TestTemplateOptions(t *testing.T) {
2222 {Name : "default-sql" , Id : "The default SQL template for .sql files that run with Databricks SQL" },
2323 {Name : "dbt-sql" , Id : "The dbt SQL template (databricks.com/blog/delivering-cost-effective-data-real-time-dbt-and-databricks)" },
2424 {Name : "mlops-stacks" , Id : "The Databricks MLOps Stacks template (github.com/databricks/mlops-stacks)" },
25- {Name : "pydabs" , Id : "A variant of 'default-python' template that defines resources in Python instead of YAML" },
25+ {Name : "pydabs" , Id : "A variant of the 'default-python' template that defines resources in Python instead of YAML" },
2626 {Name : "custom..." , Id : "Bring your own template" },
2727 }
2828 assert .Equal (t , expected , options ())
0 commit comments