We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
private_key
1 parent 04c7e7f commit cb69babCopy full SHA for cb69bab
target_snowflake/target.py
@@ -36,8 +36,9 @@ class TargetSnowflake(SQLTarget):
36
required=False,
37
secret=True,
38
description=(
39
- "The private key contents. For KeyPair authentication either "
40
- "private_key or private_key_path must be provided."
+ "The private key contents, in PEM or base64-encoding format. "
+ "For KeyPair authentication either `private_key` or `private_key_path` "
41
+ "must be provided."
42
),
43
44
th.Property(
0 commit comments