dbt stuff

This commit is contained in:
Pablo Martin 2023-10-29 18:40:01 +01:00
parent f9e58369ca
commit cfaa7cfecc
12 changed files with 157 additions and 2 deletions

View file

@ -0,0 +1,21 @@
version: 2
models:
- name: my_first_dbt_model
description: "A starter dbt model"
columns:
- name: id
description: "The primary key for this table"
tests:
- unique
- not_null
- name: my_second_dbt_model
description: "A starter dbt model"
columns:
- name: id
description: "The primary key for this table"
tests:
- unique
- not_null