Initial commit
This commit is contained in:
parent
d4028fca11
commit
a578239c4f
32 changed files with 2559 additions and 0 deletions
14
Demo/setup-dbt.md
Normal file
14
Demo/setup-dbt.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Quick Guide How to setup the orchestration of dbt models using StackIT Managed Airflow
|
||||
|
||||
This guide gives an overview on how to pragmatically set up orchestrating dbt models through Airflow. It targets users that want to have version control over their SQL Code used in Dremio.
|
||||
|
||||
### Step 1: Add you dbt-repo as submodule
|
||||
```bash
|
||||
git submodule add git@ssh.dev.azure.com:v3/schwarzit-wiking/schwarzit.data-platform-playground/dbt-demo
|
||||
```
|
||||
|
||||
### Step 2: update your submodule
|
||||
On every change in the dbt submodule it needs to be updated using the following command:
|
||||
```bash
|
||||
git submodule update --remote dbt-demo
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue