File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
tests/core/engine_adapter/integration Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments