Skip to content

Doc issue #146

@mathieusaade

Description

@mathieusaade

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

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions