Skip to content

Commit 87b986a

Browse files
Update README.md
Signed-off-by: Renaud Hartert <[email protected]>
1 parent 3959cb6 commit 87b986a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ For example, to turn on debug HTTP headers:
239239

240240
```python
241241
from databricks.sdk import WorkspaceClient
242-
w = WorkspaceClient(debug_headers=True)
242+
w = WorkspaceClient(config=Config(debug_headers=True))
243243
# Now call the Databricks workspace APIs as desired...
244244
```
245245

0 commit comments

Comments
 (0)