Add new template (#1578)

## Changes
Add a new hidden experimental template 

## Tests
Tested manually
This commit is contained in:
Gleb Kanterov 2024-07-08 15:32:56 +02:00 committed by GitHub
parent 869576e144
commit d30c4c730d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,12 @@ var nativeTemplates = []nativeTemplate{
description: "The Databricks MLOps Stacks template (github.com/databricks/mlops-stacks)",
aliases: []string{"mlops-stack"},
},
{
name: "default-pydabs",
gitUrl: "https://databricks.github.io/workflows-authoring-toolkit/pydabs-template.git",
hidden: true,
description: "The default PyDABs template",
},
{
name: customTemplate,
description: "Bring your own template",