2024-09-04 09:30:42 +00:00
|
|
|
bundle:
|
|
|
|
name: dashboard-eng-work
|
|
|
|
|
|
|
|
workspace:
|
|
|
|
host: https://e2-dogfood.staging.cloud.databricks.com
|
|
|
|
|
|
|
|
variables:
|
|
|
|
# 0 - Shared SQL Warehouse (ID: dd43ee29fedd958d)
|
|
|
|
warehouse_id:
|
|
|
|
default: dd43ee29fedd958d
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
- group_name: users
|
|
|
|
level: CAN_VIEW
|
|
|
|
|
|
|
|
resources:
|
|
|
|
dashboards:
|
|
|
|
my_special_dashboard:
|
|
|
|
# TODO:
|
|
|
|
# * rename display_name to just "name"
|
|
|
|
# * remove parent_path, optionally let it be specified as part of "name",
|
|
|
|
# just like we do for mlflow experiments.
|
|
|
|
# * default the parent_path to ${workspace.resource_path}.
|
|
|
|
display_name: "Foobar"
|
|
|
|
parent_path: ${workspace.file_path}
|
|
|
|
warehouse_id: ${var.warehouse_id}
|
2024-09-12 14:16:23 +00:00
|
|
|
# definition_path: ./dashboard.lvdash.json
|
|
|
|
|
|
|
|
contents:
|
|
|
|
pages:
|
|
|
|
- displayName: New Page
|
|
|
|
layout:
|
|
|
|
- position:
|
|
|
|
height: 4
|
|
|
|
width: 6
|
|
|
|
x: 0
|
|
|
|
y: 0
|
|
|
|
widget:
|
|
|
|
name: 82eb9107
|
|
|
|
textbox_spec: |
|
|
|
|
# My bundle target: ${bundle.target}
|
|
|
|
|
|
|
|
I'm running this as ${workspace.current_user.short_name}.
|
|
|
|
|
|
|
|
The workspace I'm targeting is [${workspace.host}](${workspace.host}).
|
|
|
|
|
|
|
|
- position:
|
|
|
|
height: 1
|
|
|
|
width: 3
|
|
|
|
x: 0
|
|
|
|
y: 4
|
|
|
|
widget:
|
|
|
|
name: ffa6de4f
|
|
|
|
textbox_spec: another widget
|
|
|
|
name: fdd21a3c
|
2024-09-04 09:30:42 +00:00
|
|
|
|
|
|
|
|
|
|
|
# # file_path: ./dashboard.lvdash.json
|
|
|
|
|
|
|
|
# catalog: ${var.default_catalog}
|
|
|
|
# schema: ${var.default_schema}
|
|
|
|
|
|
|
|
|
|
|
|
#https://e2-dogfood.staging.cloud.databricks.com/dashboardsv3/01ef692961381515beac094aa0a82cd5/published?o=6051921418418893
|