Skip to content

Commit 292c8bb

Browse files
authored
Update snowflake readme about testing configs (#16828)
* Update snowflake readme about testing configs * Fix config file names * Rename copy with staging in cred name * Add key pair configs
1 parent fa79bc4 commit 292c8bb

File tree

1 file changed

+14
-9
lines changed
  • airbyte-integrations/connectors/destination-snowflake

1 file changed

+14
-9
lines changed

airbyte-integrations/connectors/destination-snowflake/README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,20 @@
2121
```
2222

2323
## For Airbyte employees
24-
Put the contents of the `Snowflake Integration Test Config` secret on LastPass under the `Engineering` folder into `secrets/config.json` to be able to run integration tests locally.
25-
26-
1. Put the contents of the `destination snowflake - insert test creds` LastPass secret into `secrets/insert_config.json`.
27-
1. Put the contents of the `destination snowflake - insert staging test creds` secret into `internal_staging_config.json`.
28-
1. Put the contents of the `destination snowflake - gcs copy test creds` secret into `secrets/copy_gcs_config.json`
29-
1. Put the contents of the `destination snowflake - s3 copy test creds` secret into `secrets/copy_s3_config.json`
30-
1. Put the contents of the `destination snowflake - s3 copy encrypted test creds` secret into `secrets/copy_s3_encrypted_config.json`
31-
1. Put the contents of the `destination snowflake - azure blob copy test creds` secret into `secrets/copy_azure_blob_config.json`
32-
1. Put the contents of the `destination snowflake - s3 copy encrypted test creds` secret into `secrets/copy_s3_encrypted_config.json`
24+
25+
Put the contents of the following LastPass secrets into corresponding files under the `secrets` directory:
26+
27+
| LastPass Secret | File |
28+
| --- | --- |
29+
| `destination snowflake - test creds (secrets/config.json)` | `secrets/config.json` |
30+
| `destination snowflake - insert test creds (secrets/insert_config.json)` | `secrets/insert_config.json` |
31+
| `destination snowflake - internal staging test creds (secrets/internal_staging_config.json)` | `secrets/internal_staging_config.json` |
32+
| `destination snowflake - internal staging key pair (secrets/config_key_pair.json)` | `secrets/config_key_pair.json` |
33+
| `destination snowflake - internal staging key pair encrypted (secrets/config_key_pair_encrypted.json)` | `secrets/config_key_pair_encrypted.json` |
34+
| `destination snowflake - s3 staging test creds (secrets/copy_s3_config.json)` | `secrets/copy_s3_config.json` |
35+
| `destination snowflake - s3 staging encrypted test creds (secrets/copy_s3_encrypted_config.json)` | `secrets/copy_s3_encrypted_config.json` |
36+
| `destination snowflake - gcs staging test creds (secrets/copy_gcs_config.json)` | `secrets/copy_gcs_config.json` |
37+
| `destination snowflake - azure blob staging test creds (secrets/copy_azure_blob_config.json)` | `secrets/copy_azure_blob_config.json` |
3338

3439
The query timeout for insert data to table has been updated from 30 minutes to 3 hours.
3540

0 commit comments

Comments
 (0)