Compare commits

...

4 Commits

Author SHA1 Message Date
MichelleArk
234f33fcc9 Merge branch 'main' into test-omit-additional-fields-recording 2025-09-24 13:29:30 -04:00
MichelleArk
90ab7dab8e test recording-params-tighter-exceptions 2025-09-24 13:24:06 -04:00
MichelleArk
c9e82cd104 run all tests with recording enabled 2025-09-17 10:58:19 -04:00
MichelleArk
c082e80982 test dbt-common branch omit-additional-fields-recording 2025-09-16 15:34:12 -04:00
2 changed files with 4 additions and 1 deletions

View File

@@ -64,6 +64,9 @@ jobs:
DBT_LOG_FORMAT: "json"
# tell eventmgr to convert logging events into bytes
DBT_TEST_BINARY_SERIALIZATION: "true"
# temp - test recording mode
DBT_RECORDER_MODE: "record"
DBT_RECORDER_TYPES: "Available"
# Additional test users
DBT_TEST_USER_1: dbt_test_user_1
DBT_TEST_USER_2: dbt_test_user_2

View File

@@ -1,6 +1,6 @@
git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-adapters
git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter
git+https://github.com/dbt-labs/dbt-common.git@main
git+https://github.com/dbt-labs/dbt-common.git@recording-params-tighter-exceptions
git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-postgres
# black must match what's in .pre-commit-config.yaml to be sure local env matches CI
black==24.3.0