Skip to content

Commit 799e73f

Browse files
authored
Fix embucket port (#1920)
1 parent 0600bd8 commit 799e73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dbt_integration_tests/dbt-snowplow-web/profiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ snowplow_web:
1616
embucket:
1717
type: snowflake
1818
host: "{{ env_var('EMBUCKET_HOST') }}"
19-
port: 3000
19+
port: "{{ env_var('EMBUCKET_PORT') | int }}"
2020
protocol: "{{ env_var('EMBUCKET_PROTOCOL') }}"
2121
account: "test"
2222
user: "{{ env_var('EMBUCKET_USER') }}"

0 commit comments

Comments
 (0)