We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0600bd8 commit 799e73fCopy full SHA for 799e73f
test/dbt_integration_tests/dbt-snowplow-web/profiles.yml
@@ -16,7 +16,7 @@ snowplow_web:
16
embucket:
17
type: snowflake
18
host: "{{ env_var('EMBUCKET_HOST') }}"
19
- port: 3000
+ port: "{{ env_var('EMBUCKET_PORT') | int }}"
20
protocol: "{{ env_var('EMBUCKET_PROTOCOL') }}"
21
account: "test"
22
user: "{{ env_var('EMBUCKET_USER') }}"
0 commit comments