cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

databricks dashboard via workflow task.

anilsampson
New Contributor III

Hello, i am trying to trigger a databricks dashboard via workflow task.

1.when i deploy the job triggering the dashboard task via local "Deploy bundle" command deployment is successful.

2. when i try to deploy to a different environment via CICD while deploying validation is successful. but deploy bundle is failing on the dashboard task with below error:

cannot create job: No task defined for dashboard task

 

im using below in resource.yml

tasks:
- task_key: dashboard_task
dashboard_task:
subscription:
subscribers:
- user_name: ${workspace.current_user.userName} # Replace this with the email of snapshot subscriber email
paused: false
warehouse_id: ${var.warehouse_id}
dashboard_id: ${resources.dashboards.nyc_taxi_trip_analysis.id}

1 ACCEPTED SOLUTION

Accepted Solutions

anilsampson
New Contributor III

i think i figured out the issue , it had to do with the version of cli, updated the CICD to use latest version of cli

View solution in original post

1 REPLY 1

anilsampson
New Contributor III

i think i figured out the issue , it had to do with the version of cli, updated the CICD to use latest version of cli

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now