We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5385d00 commit ae5ae2cCopy full SHA for ae5ae2c
tests/core/engine_adapter/integration/config.yaml
@@ -118,6 +118,8 @@ gateways:
118
database: {{ env_var('SNOWFLAKE_DATABASE') }}
119
user: {{ env_var('SNOWFLAKE_USER') }}
120
password: {{ env_var('SNOWFLAKE_PASSWORD') }}
121
+ state_connection:
122
+ type: duckdb
123
124
inttest_databricks:
125
connection:
@@ -140,6 +142,8 @@ gateways:
140
142
type: bigquery
141
143
method: service-account
144
keyfile: {{ env_var('BIGQUERY_KEYFILE') }}
145
146
147
148
inttest_clickhouse_cloud:
149
0 commit comments