Skip to content

Commit

Permalink
Add uuid to builtin templates (#2088)
Browse files Browse the repository at this point in the history
## Changes
This is useful to track telemetry associated with the templates and can
later be useful for functional usecases as well. Mlops stacks does the
same here: databricks/mlops-stacks#185

## Tests
Existing tests.
  • Loading branch information
shreyas-goenka authored Jan 9, 2025
1 parent a0455bc commit b0c1c23
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"lock": {
"enabled": false
}
}
},
"uuid": "<UUID>"
},
"include": [
"resources/project_name_$UNIQUE_PRJ.job.yml",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# See https://docs.databricks.com/dev-tools/bundles/index.html for documentation.
bundle:
name: {{.project_name}}
uuid: {{bundle_uuid}}

include:
- resources/*.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# See https://docs.databricks.com/dev-tools/bundles/index.html for documentation.
bundle:
name: {{.project_name}}
uuid: {{bundle_uuid}}

include:
- resources/*.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# See https://docs.databricks.com/dev-tools/bundles/index.html for documentation.
bundle:
name: {{.project_name}}
uuid: {{bundle_uuid}}

include:
- resources/*.yml
Expand Down

0 comments on commit b0c1c23

Please sign in to comment.