Skip to content

Commit

Permalink
update dbt cosmos dag (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Bot authored and CI Bot committed Nov 13, 2024
1 parent 9a6506b commit 414dd7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
schedule_interval="@daily",
start_date=datetime(2023, 1, 1),
catchup=False,
dag_id="dbt_cosmos_dag",
dag_id="example_dbt_cosmos",
# Warning - in-memory DuckDB is not a persistent database between workers. To move this workflow in production, use a
# cloud-based database and based on concurrency capabilities adjust the two parameters below.
max_active_runs=1, # only allow one concurrent run of this DAG, prevents parallel DuckDB calls
Expand Down

0 comments on commit 414dd7e

Please sign in to comment.