Skip to content

Commit 5dbf42a

Browse files
Updated the test to work on windows
1 parent f09bf1e commit 5dbf42a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$CLI workspace mkdirs /Users/tester@databricks.com
22

3-
dashboard_id=$($CLI lakeview create --json '{"display_name": "Test Dashboard", "parent_path": "/Users/tester@databricks.com", "warehouse_id": "test-warehouse"}' -o json | jq -r '.dashboard_id')
3+
dashboard_id=$($CLI lakeview create --json '{"display_name": "Test Dashboard", "parent_path": "/Users/tester@databricks.com", "warehouse_id": "test-warehouse"}' -o json | grep -o '"dashboard_id":"[^"]*"' | cut -d'"' -f4)
44

55
trace $CLI lakeview publish $dashboard_id
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
RecordRequests = true
22

3+
[Env]
4+
MSYS_NO_PATHCONV = "1"
5+
36
[[Repls]]
47
Old = "[a-f0-9]{32}"
58
New = "[DASHBOARD_ID]"

0 commit comments

Comments
 (0)