-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
In the documentation https://github.com/databricks/databricks-sql-nodejs/blob/main/docs/readme.md#dbsqlsession there's the following code sample:
...
const operation = await session.executeStatement(
'CREATE TABLE IF NOT EXISTS pokes (foo INT, bar STRING)',
{ runSync: true }
);
I think there's a small mistyping for property runAsync in the optionsobject which is written as runSync
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation