We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6fdfe commit 13204d2Copy full SHA for 13204d2
samples/update_connection_auth.py
@@ -51,7 +51,7 @@ def main():
51
connection = connections[0]
52
connection.username = args.datasource_username
53
connection.password = args.datasource_password
54
- connection.authentication_type = args.authentication_type
+ connection.auth_type = args.authentication_type
55
connection.embed_password = True
56
57
updated_connection = update_function(resource, connection)
0 commit comments