From 4858556ffcfaf9909d7023750824f6a532a14bc4 Mon Sep 17 00:00:00 2001 From: Alan Date: Mon, 5 Jul 2021 20:59:56 +0100 Subject: [PATCH] remove specific schemas --- dbt_project.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dbt_project.yml b/dbt_project.yml index b5bca185..8bd98151 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -5,7 +5,8 @@ require-dbt-version: ">=0.19.0" models: dbt_artifacts: - +schema: default_dbt_artifacts_schema + # No schema override is defined here, but we recommend that you + # override the schema for specific projects. +materialized: table incremental: +materialized: incremental