Skip to content

Commit

Permalink
Update website/docs/guides/duckdb-qs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliefiann authored Dec 24, 2024
1 parent 834f2e6 commit ec2ef30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/docs/guides/duckdb-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,11 @@ git push
### Schedule a job
1. Ensure dbt Core is installed and configured to connect to your DuckDB instance.
2. Create a dbt project and define your [`models`](/docs/build/models), [`seeds`](/reference/seed-properties), and [`tests`](/reference/commands/test).
3. Use a scheduler such [Prefect](/docs/deploy/deployment-tools#prefect) to schedule your dbt runs. You can create a DAG (Directed Acyclic Graph) that triggers dbt commands at specified intervals.
4. Write a script that runs your dbt commands, such as [`dbt run`](/reference/commands/run), `dbt test` and more so.
5. Use your chosen scheduler to run the script at your desired frequency.
</div>

0 comments on commit ec2ef30

Please sign in to comment.