We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ebebe commit 1d39055Copy full SHA for 1d39055
dbt_project.yml
@@ -3,7 +3,7 @@
3
# and underscores. A good package name should reflect your organization's
4
# name or the intended use of these models
5
name: 'dbt_bgcflow'
6
-version: '1.0.0'
+version: '0.4.0'
7
config-version: 2
8
9
# This setting configures which "profile" dbt uses for this project.
profiles.yml
@@ -4,6 +4,7 @@ dbt_bgcflow:
dev:
type: duckdb
path: 'dbt_bgcflow.duckdb'
+ schema: bgcflow
threads: 2
extensions:
10
- parquet
0 commit comments