Skip to content

Commit 2575f03

Browse files
committed
conv to b64
1 parent 5f3225f commit 2575f03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sempy_labs/_kql_dashboards.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
resolve_workspace_name_and_id,
77
_base_api,
88
_create_dataframe,
9+
_conv_b64,
910
)
1011
from uuid import UUID
1112
import requests
@@ -106,6 +107,8 @@ def create_kql_dashboard(
106107
],
107108
}
108109

110+
payload = _conv_b64(payload)
111+
109112
_base_api(
110113
request=f"v1/workspaces/{workspace_id}/kqlDashboards",
111114
method="post",

0 commit comments

Comments
 (0)