Skip to content

Commit

Permalink
Update deploy-with-dagster.md
Browse files Browse the repository at this point in the history
Removing DltResource args
  • Loading branch information
zem360 authored Apr 2, 2024
1 parent 54f6a04 commit 79e456d
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,7 @@ More details can be found in the article
assets=all_assets,
jobs=[simple_pipeline],
resources={
"pipeline": DltResource(
pipeline_name = "github_issues",
dataset_name = "dagster_github_issues",
destination = "bigquery",
table_name= "github_issues"
),
"pipeline": DltResource(),
}
)
```
Expand Down

0 comments on commit 79e456d

Please sign in to comment.