Skip to content

Commit d3bdce3

Browse files
committed
update
1 parent 7419a67 commit d3bdce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ gnosis_dbt:
33
outputs:
44
clickhouse: # ClickHouse configuration for additional data sourcing
55
type: clickhouse
6-
schema: dbt
6+
schema: "{{ env_var('CLICKHOUSE_SCHEMA') }}"
77
verify: False
88
host: "{{ env_var('CLICKHOUSE_URL') }}"
99
port: "{{ env_var('CLICKHOUSE_PORT', '8123') | int }}"

0 commit comments

Comments
 (0)