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 7419a67 commit d3bdce3Copy full SHA for d3bdce3
profiles.yml
@@ -3,7 +3,7 @@ gnosis_dbt:
3
outputs:
4
clickhouse: # ClickHouse configuration for additional data sourcing
5
type: clickhouse
6
- schema: dbt
+ schema: "{{ env_var('CLICKHOUSE_SCHEMA') }}"
7
verify: False
8
host: "{{ env_var('CLICKHOUSE_URL') }}"
9
port: "{{ env_var('CLICKHOUSE_PORT', '8123') | int }}"
0 commit comments