terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Exporter: Investigate effect of using `/Workspace` path everywhere
We need to investigate how this will affect the exporter:
Historically, users were required to include the
/Workspacepath prefix for some Databricks APIs (%sh) but not for others (%run, REST API inputs). Now, users can provide workspace paths with the/Workspaceprefix everywhere in Databricks. Old references to paths without the/Workspaceprefix are redirected and will continue to work. Databricks recommends that all workspace paths use the/Workspaceprefix to differentiate them from Volume and DBFS paths.