diff --git a/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-dagster.md b/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-dagster.md index 03f45ababb..c901b38e00 100644 --- a/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-dagster.md +++ b/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-dagster.md @@ -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(), } ) ```