Hi
I am trying to configure Databricks Asset Bundle, but got error on deployment
Databricks bundle init ----------- OK
Databricks bundle validate ----- OK
Databricks bundle deploy ------ Fail
error :
PS C:\Databricks_DABs\DABs_Init\DABS_Init> databricks bundle deploy
Uploading bundle files to /Workspace/Users/workEmail@cc/.bundle/DABS_Init/dev/files...
Error: Operation not supported because Files in Workspace is disabled. Please refresh the page if applicable
databricks.yml
# This is a Databricks asset bundle definition for DABS_Init.
bundle:
name: DABS_Init
uuid: workspaceID
include:
- resources/*.yml
targets:
dev:
# The default target uses 'mode: development' to create a development copy.
# - Deployed resources get prefixed with '[dev my_user_name]'
# - Any job schedules and triggers are paused by default.
mode: development
default: true
workspace:
host: https://???????????.azuredatabricks.net
# We explicitly deploy to /Workspace/Users/workEmail to make sure we only have a single copy.
root_path: /Workspace/Users/WorkEmail/.bundle/${bundle.name}/${bundle.target}
permissions:
- user_name: WorkEmail
level: CAN_MANAGE