You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -913,6 +913,9 @@ See also [`ws`](#ws-fixture).
913
913
### `make_query` fixture
914
914
Create a query and remove it after the test is done. Returns the [`LegacyQuery`](https://databricks-sdk-py.readthedocs.io/en/latest/dbdataclasses/sql.html#databricks.sdk.service.sql.LegacyQuery) object.
915
915
916
+
Keyword Arguments:
917
+
-`query`: The query to be stored. Default is `SELECT * FROM <newly created random table>`.
918
+
916
919
Usage:
917
920
```python
918
921
from databricks.sdk.service.sql import PermissionLevel
0 commit comments