We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f8743 commit 72dc2fdCopy full SHA for 72dc2fd
examples/logging.js
@@ -9,9 +9,9 @@ const client = new DBSQLClient({ logger: logger });
9
10
client
11
.connect({
12
- host: 'eng-academy.staging.cloud.databricks.com',
13
- path: '/sql/1.0/endpoints/410886e8ec4b0796',
14
- token: 'dapi5aef9f11ea0f3003440555526226ef7f',
+ host: '****.cloud.databricks.com',
+ path: '/sql/1.0/endpoints/*************',
+ token: 'dapi**************************',
15
})
16
.then(async (client) => {
17
const session = await client.openSession();
0 commit comments