We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41c7d0 commit 3b8890fCopy full SHA for 3b8890f
.gitignore
@@ -3,3 +3,4 @@ dbt_modules/
3
logs/
4
target/
5
venv*
6
+.env
dbt_project.yml
@@ -5,4 +5,4 @@ version: 1.0
models:
7
my_dbt_project:
8
- +materialized: incremental
+ +materialized: table
models/foo.sql
@@ -1,5 +1 @@
1
-<<<<<<< HEAD
2
-select 1 id
-=======
-select 2 id
->>>>>>> 33e4c91008b867cf6dab5c7b61acbf44d293b3af
+select 1 as id
0 commit comments