Skip to content

Commit 1d39055

Browse files
Matin Nuhamunadamatinnuhamunada
authored andcommitted
feat: write tables to bgcflow schema instead of main
1 parent b4ebebe commit 1d39055

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# and underscores. A good package name should reflect your organization's
44
# name or the intended use of these models
55
name: 'dbt_bgcflow'
6-
version: '1.0.0'
6+
version: '0.4.0'
77
config-version: 2
88

99
# This setting configures which "profile" dbt uses for this project.

profiles.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dbt_bgcflow:
44
dev:
55
type: duckdb
66
path: 'dbt_bgcflow.duckdb'
7+
schema: bgcflow
78
threads: 2
89
extensions:
910
- parquet

0 commit comments

Comments
 (0)