We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd1dc0 commit 3a3530bCopy full SHA for 3a3530b
pyatlan/client/credential.py
@@ -44,6 +44,7 @@ def creator(
44
Create a new credential.
45
46
:param credential: provide full details of the credential's to be created.
47
+ :param test: Whether to validate the credentials (True) or skip validation (False) before creation.
48
:returns: A CredentialResponse instance.
49
:raises ValidationError: If the provided `credential` is invalid.
50
"""
testing.py
0 commit comments