Skip to content

Commit 2f82959

Browse files
authored
Update connector-snowflake.md
1 parent 2e5b250 commit 2f82959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/connector-snowflake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ To perform an in-place upgrade, you need to edit the existing linked service pay
712712
        "typeProperties": {
713713
            "authenticationType": "Basic",
714714
            "connectionString": "jdbc:snowflake://<fake_account>.snowflakecomputing.com/?user=FAKE_USER&db=FAKE_DB&warehouse=FAKE_DW&schema=PUBLIC",
715-
            "encryptedCredential": "<placeholder>"
715+
            "encryptedCredential": "<your_encrypted_credential_value>"
716716
        },
717717
        "connectVia": {
718718
            "referenceName": "AzureIntegrationRuntime",

0 commit comments

Comments
 (0)