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
Original file line number
Diff line number
Diff line change
@@ -1046,7 +1046,7 @@ See also [`ws`](#ws-fixture).
1046
1046
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.
1047
1047
1048
1048
Keyword Arguments:
1049
-
-`query`: The query to be stored. Default is `SELECT * FROM <newly created random table>`.
1049
+
-`sql_query`: The query to be stored. Default is `SELECT * FROM <newly created random table>`.
0 commit comments