Skip to content

Commit

Permalink
Fix dbt_sqlite monitor in examples (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang authored Aug 9, 2023
1 parent 60b9291 commit dfb43c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 10_integrations/dbt/dbt_sqlite.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ---
# cmd: ["modal", "run", "10_integrations.dbt.dbt_sqlite::run"]
# cmd: ["modal", "run", "10_integrations/dbt/dbt_sqlite.py::run"]
# ---
#
# This is a simple demonstration of how to run a dbt-core project on Modal
# using the dbt-sqlite adapter.
#
# The underlying DBT data and models are from https://docs.getdbt.com/docs/get-started/getting-started-dbt-core
# To run this example, first run the meltano example in 10_integrations/meltano to load the required data
# To run this example, first run the meltano example in `10_integrations/meltano/` to load the required data
# into sqlite.
#
# **Run this example:**
Expand Down

0 comments on commit dfb43c2

Please sign in to comment.