diff --git a/cmd/bundle/init.go b/cmd/bundle/init.go index c8c59c1490..c25391577c 100644 --- a/cmd/bundle/init.go +++ b/cmd/bundle/init.go @@ -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",