Skip to content

Commit

Permalink
fix external materialization
Browse files Browse the repository at this point in the history
  • Loading branch information
matsonj committed Apr 6, 2024
1 parent 1602e96 commit 8d72398
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

@@ -1,6 +1,6 @@
{{
config(
materialized='external'
materialized='table'
)
}}

Expand Down
2 changes: 1 addition & 1 deletion transform/models/nba/analysis/reg_season_summary.sql
@@ -1,6 +1,6 @@
{{
config(
materialized='external'
materialized='table'
)
}}

Expand Down
2 changes: 1 addition & 1 deletion transform/models/nba/analysis/season_summary.sql
@@ -1,6 +1,6 @@
{{
config(
materialized='external'
materialized='table'
)
}}

Expand Down
11 changes: 1 addition & 10 deletions transform/profiles.yml
Expand Up @@ -8,13 +8,4 @@ default:
dev:
type: duckdb
threads: 4
external_root: "../data/data_catalog/analysis"
path: "../data/data_catalog/mdsbox.duckdb"
staging:
type: duckdb
threads: 4
external_root: /tmp/data_catalog/conformed
prod:
type: duckdb
threads: 4
external_root: /tmp/data_catalog/conformed
path: "../data/data_catalog/mdsbox.duckdb"

0 comments on commit 8d72398

Please sign in to comment.