Skip to content

Commit 3a3530b

Browse files
committed
Added doc strings and removed unwanted code file
1 parent 4bd1dc0 commit 3a3530b

File tree

2 files changed

+1
-57
lines changed

2 files changed

+1
-57
lines changed

pyatlan/client/credential.py

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def creator(
4444
Create a new credential.
4545
4646
: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.
4748
:returns: A CredentialResponse instance.
4849
:raises ValidationError: If the provided `credential` is invalid.
4950
"""

testing.py

-57
This file was deleted.

0 commit comments

Comments
 (0)