From 43765a12e7686c5cbb1287c9c5aae2b7f6aef484 Mon Sep 17 00:00:00 2001 From: Sergei Turukin Date: Thu, 13 Nov 2025 14:41:26 -0800 Subject: [PATCH] Fix embucket port --- test/dbt_integration_tests/dbt-snowplow-web/profiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dbt_integration_tests/dbt-snowplow-web/profiles.yml b/test/dbt_integration_tests/dbt-snowplow-web/profiles.yml index 2373a0602..4316cd746 100644 --- a/test/dbt_integration_tests/dbt-snowplow-web/profiles.yml +++ b/test/dbt_integration_tests/dbt-snowplow-web/profiles.yml @@ -16,7 +16,7 @@ snowplow_web: embucket: type: snowflake host: "{{ env_var('EMBUCKET_HOST') }}" - port: 3000 + port: "{{ env_var('EMBUCKET_PORT') | int }}" protocol: "{{ env_var('EMBUCKET_PROTOCOL') }}" account: "test" user: "{{ env_var('EMBUCKET_USER') }}"