Skip to content

Commit 72dc2fd

Browse files
author
Jesse
authored
Remove access tokens (#107)
Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
1 parent 88f8743 commit 72dc2fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/logging.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ const client = new DBSQLClient({ logger: logger });
99

1010
client
1111
.connect({
12-
host: 'eng-academy.staging.cloud.databricks.com',
13-
path: '/sql/1.0/endpoints/410886e8ec4b0796',
14-
token: 'dapi5aef9f11ea0f3003440555526226ef7f',
12+
host: '****.cloud.databricks.com',
13+
path: '/sql/1.0/endpoints/*************',
14+
token: 'dapi**************************',
1515
})
1616
.then(async (client) => {
1717
const session = await client.openSession();

0 commit comments

Comments
 (0)