Skip to content

Commit f60f1db

Browse files
committed
WIP
1 parent e9c1877 commit f60f1db

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.circleci/continue_config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,6 @@ workflows:
305305
- clickhouse-cloud
306306
- athena
307307
- gcp-postgres
308-
filters:
309-
branches:
310-
only:
311-
- main
312308
- ui_style
313309
- ui_test
314310
- vscode_test

tests/core/engine_adapter/integration/config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,11 @@ gateways:
189189
inttest_gcp_postgres:
190190
connection:
191191
type: gcp_postgres
192-
instance_connection_string: {{ env_var("GCP_POSTGRES_INSTANCE_CONNECTION_STRING", "") }}
193-
user: {{ env_var("GCP_POSTGRES_USER", "") }}
194-
password: {{ env_var("GCP_POSTGRES_PASSWORD", "") }}
192+
instance_connection_string: {{ env_var("GCP_POSTGRES_INSTANCE_CONNECTION_STRING") }}
193+
user: {{ env_var("GCP_POSTGRES_USER") }}
194+
password: {{ env_var("GCP_POSTGRES_PASSWORD") }}
195195
keyfile_json: {{ env_var("GCP_POSTGRES_KEYFILE_JSON", "") }}
196-
db: {{ env_var("GCP_POSTGRES_DATABASE", "") }}
196+
db: {{ env_var("GCP_POSTGRES_DATABASE") }}
197197
enable_iam_auth: true
198198
check_import: false
199199

0 commit comments

Comments
 (0)