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') }}"