|
21 | 21 | ```
|
22 | 22 |
|
23 | 23 | ## 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` | |
33 | 38 |
|
34 | 39 | The query timeout for insert data to table has been updated from 30 minutes to 3 hours.
|
35 | 40 |
|
|
0 commit comments