Skip to content

Commit ae5ae2c

Browse files
committed
Fix: Use duckdb to store state in bigquery / snowflake integration tests
1 parent 5385d00 commit ae5ae2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/core/engine_adapter/integration/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ gateways:
118118
database: {{ env_var('SNOWFLAKE_DATABASE') }}
119119
user: {{ env_var('SNOWFLAKE_USER') }}
120120
password: {{ env_var('SNOWFLAKE_PASSWORD') }}
121+
state_connection:
122+
type: duckdb
121123

122124
inttest_databricks:
123125
connection:
@@ -140,6 +142,8 @@ gateways:
140142
type: bigquery
141143
method: service-account
142144
keyfile: {{ env_var('BIGQUERY_KEYFILE') }}
145+
state_connection:
146+
type: duckdb
143147

144148
inttest_clickhouse_cloud:
145149
connection:

0 commit comments

Comments
 (0)