Skip to content

Commit

Permalink
Update deploy-with-dagster.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mariarice15 authored Aug 29, 2024
1 parent c943818 commit 4c3b8f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Here's a concise guide to orchestrating a `dlt` pipeline with Dagster, creating
```py
from dagster import Definitions, load_assets_from_modules
from dagster_embedded_elt.dlt import DagsterDltResource
from . import assets
import assets
dlt_resource = DagsterDltResource()
all_assets = load_assets_from_modules([assets])
Expand Down

0 comments on commit 4c3b8f3

Please sign in to comment.