From 79e456dc4288a6908a89e47ba6125cb7e2d104c9 Mon Sep 17 00:00:00 2001 From: Zaeem Athar Date: Tue, 2 Apr 2024 10:53:06 +0200 Subject: [PATCH] Update deploy-with-dagster.md Removing DltResource args --- .../walkthroughs/deploy-a-pipeline/deploy-with-dagster.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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(), } ) ```