databricks-cli/libs/template/templates/default-python
Lennart Kats (databricks) 167deec8c3
Change recommended production deployment path from /Shared to /Users (#1091)
## Changes

This PR changes the default and `mode: production` recommendation to
target `/Users` for deployment. Previously, we used `/Shared`, but
because of a lack of POSIX-like permissions in WorkspaceFS this meant
that files inside would be readable and writable by other users in the
workspace.

Detailed change:
* `default-python` no longer uses a path that starts with `/Shared`
* `mode: production` no longer requires a path that starts with
`/Shared`
 
## Related PRs

Docs: https://github.com/databricks/docs/pull/14585
Examples: https://github.com/databricks/bundle-examples/pull/17

## Tests

* Manual tests
* Template unit tests (with an extra check to avoid /Shared)
2024-01-02 19:58:24 +00:00
..
library Make the default `databricks bundle init` template more self-explanatory (#796) 2023-09-26 09:12:34 +00:00
template Change recommended production deployment path from /Shared to /Users (#1091) 2024-01-02 19:58:24 +00:00
databricks_template_schema.json Improve default template (#1046) 2023-12-11 19:13:14 +00:00