Skip to content

Commit

Permalink
Update deploy-with-dagster.md
Browse files Browse the repository at this point in the history
Adding import DltResource in the Definition script.
  • Loading branch information
zem360 authored Apr 2, 2024
1 parent 42c238e commit 54f6a04
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ More details can be found in the article

1. Next, define Dagster definitions as follows:
```py
import DltResource
all_assets = load_assets_from_modules([assets])
simple_pipeline = define_asset_job(name="simple_pipeline", selection= ['issues_pipeline'])
Expand Down

0 comments on commit 54f6a04

Please sign in to comment.