We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b986a commit 53695bcCopy full SHA for 53695bc
README.md
@@ -239,6 +239,7 @@ For example, to turn on debug HTTP headers:
239
240
```python
241
from databricks.sdk import WorkspaceClient
242
+from databricks.sdk.core import Config
243
w = WorkspaceClient(config=Config(debug_headers=True))
244
# Now call the Databricks workspace APIs as desired...
245
```
0 commit comments