Skip to content

Commit f8a65a7

Browse files
chore: Run tests with a custom logging configuration for snowflake.conector
1 parent 755795f commit f8a65a7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: .github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
env:
3131
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
32+
SINGER_SDK_LOG_CONFIG: ./target_snowflake_logging.yaml
3233
TARGET_SNOWFLAKE_USER: ${{secrets.TARGET_SNOWFLAKE_USER}}
3334
TARGET_SNOWFLAKE_PASSWORD: ${{secrets.TARGET_SNOWFLAKE_PASSWORD}}
3435
TARGET_SNOWFLAKE_ACCOUNT: ${{secrets.TARGET_SNOWFLAKE_ACCOUNT}}

Diff for: target_snowflake_logging.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version: 1
2+
disable_existing_loggers: false
3+
loggers:
4+
snowflake.connector:
5+
level: DEBUG

0 commit comments

Comments
 (0)