Here's how to query with databricks-sdk-py (working code). I had a frustrating time doing it with vanilla python + requests/urllib and couldn't figure it out. import datetime
import os
from databricks.sdk import WorkspaceClient
from databricks.sdk.se...
Turns out the problem was between keyboard and chair! The issues was with using requests data vs json. Here's the full working code: import base64import jsonimport osimport requests WORKSPACE_DASHBOARDS_FOLDER = "/Workspace/Engineering Metrics/SQL Wa...
Thanks for the very detailed response. This is a fantastic example of a detailed support response.We have a problem with the import API. No matter the combination of content parameter (base64, pure JSON, json dump, str, etc.) the API always returnsb'...