Skip to content

Commit

Permalink
Remove access tokens (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Whitehouse <[email protected]>
  • Loading branch information
Jesse authored Jan 18, 2023
1 parent 88f8743 commit 72dc2fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/logging.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ const client = new DBSQLClient({ logger: logger });

client
.connect({
host: 'eng-academy.staging.cloud.databricks.com',
path: '/sql/1.0/endpoints/410886e8ec4b0796',
token: 'dapi5aef9f11ea0f3003440555526226ef7f',
host: '****.cloud.databricks.com',
path: '/sql/1.0/endpoints/*************',
token: 'dapi**************************',
})
.then(async (client) => {
const session = await client.openSession();
Expand Down

0 comments on commit 72dc2fd

Please sign in to comment.