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}