Skip to content

Commit cb69bab

Browse files
fix: Update private_key setting description (#343)
#341 (comment).
1 parent 04c7e7f commit cb69bab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

target_snowflake/target.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ class TargetSnowflake(SQLTarget):
3636
required=False,
3737
secret=True,
3838
description=(
39-
"The private key contents. For KeyPair authentication either "
40-
"private_key or private_key_path must be provided."
39+
"The private key contents, in PEM or base64-encoding format. "
40+
"For KeyPair authentication either `private_key` or `private_key_path` "
41+
"must be provided."
4142
),
4243
),
4344
th.Property(

0 commit comments

Comments
 (0)