Hi all,I have an asset bundle that contains the following dashboard_task:resources:
jobs:
my_job:
name: my_job_name
tasks:
- task_key: refresh_my_dashboard
dashboard_task:
dashboard_id: ${var.my_dashbo...
I am running into the same issue. It seems like the `%run` magic command is trying to parse the entire cell content as its arguments. So if you have%run "my_notebook"
print("hello")in the same cell, you will get the following error: `Failed to parse...
This still doesn't seem to be possible. My current workflow for this is to add a task in my CI pipeline, where I use databricks-cli, i.e., `databricks fs cp /path/to/my/config/file dbfs:/Volume/path/to/databricks/volume` to copy my config files to th...
Thanks! That does make sense. When I run `databricks lakeview list` I do get the dashboard I want:[
{
"create_time": "2025-06-23T08:09:49.595Z",
"dashboard_id": "id000000000000000000000",
"display_name": "My_Dashboard_Name",
"lifecy...