Skip to content

Commit 821adb5

Browse files
committed
docs(tutorials, BrowserAzureCredentialsProvider): fix bug in tutorial
1 parent e8a2199 commit 821adb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/001 - Connecting to Amazon Redshift.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
" iam=True,\n",
285285
" database='dev',\n",
286286
" cluster_identifier='my-testing-cluster',\n",
287-
" credentials_provider='AzureBrowserCredentialsProvider',\n",
287+
" credentials_provider='BrowserAzureCredentialsProvider',\n",
288288
" user='[email protected]',\n",
289289
" password='',\n",
290290
" idp_tenant='my_idp_tenant',\n",

0 commit comments

Comments
 (0)