Skip to content

Commit 13204d2

Browse files
committed
the attribute name is auth_type
1 parent ca6fdfe commit 13204d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/update_connection_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main():
5151
connection = connections[0]
5252
connection.username = args.datasource_username
5353
connection.password = args.datasource_password
54-
connection.authentication_type = args.authentication_type
54+
connection.auth_type = args.authentication_type
5555
connection.embed_password = True
5656

5757
updated_connection = update_function(resource, connection)

0 commit comments

Comments
 (0)