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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1015,7 +1015,7 @@ See also [`ws`](#ws-fixture).
1015
1015
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.
1016
1016
1017
1017
Keyword Arguments:
1018
-
-`query`: The query to be stored. Default is `SELECT * FROM <newly created random table>`.
1018
+
-`sql_query`: The query to be stored. Default is `SELECT * FROM <newly created random table>`.
0 commit comments