Skip to content

Commit 593691b

Browse files
neverettLoHertel
authored andcommitted
DOC-775 Address feedback from new docs rollout (dagster-io#27629)
## Summary & Motivation * Re-add "Migrating from Step Launchers to Dagster Pipes" * Move Dagster Pipes + AWS docs to /aws subsection * Update "Dagster Cloud" to "Dagster+" ## How I Tested These Changes Local build. ## Changelog > Insert changelog entry or delete this section. --------- Signed-off-by: nikki everett <[email protected]>
1 parent a4185dc commit 593691b

18 files changed

+164
-30
lines changed

docs/docs/guides/build/external-pipelines/aws-ecs-pipeline.md renamed to docs/docs/guides/build/external-pipelines/aws/aws-ecs-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build pipelines with AWS ECS
33
description: "Learn to integrate Dagster Pipes with AWS ECS to launch external code from Dagster assets."
4-
sidebar_position: 200
4+
sidebar_position: 100
55
---
66

77
This article covers how to use [Dagster Pipes](/guides/build/external-pipelines/) with [AWS ECS](https://aws.amazon.com/ecs/).
@@ -52,7 +52,7 @@ Call `open_dagster_pipes` in the ECS task script to create a context that can be
5252

5353
:::tip
5454

55-
The metadata format shown above (`{"raw_value": value, "type": type}`) is part of Dagster Pipes' special syntax for specifying rich Dagster metadata. For a complete reference of all supported metadata types and their formats, see the [Dagster Pipes metadata reference](using-dagster-pipes/reference#passing-rich-metadata-to-dagster).
55+
The metadata format shown above (`{"raw_value": value, "type": type}`) is part of Dagster Pipes' special syntax for specifying rich Dagster metadata. For a complete reference of all supported metadata types and their formats, see the [Dagster Pipes metadata reference](/guides/build/external-pipelines/using-dagster-pipes/reference#passing-rich-metadata-to-dagster).
5656

5757
:::
5858

docs/docs/guides/build/external-pipelines/aws-emr-containers-pipeline.md renamed to docs/docs/guides/build/external-pipelines/aws/aws-emr-containers-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "Build pipelines with AWS EMR on EKS"
33
description: "Learn to integrate Dagster Pipes with AWS EMR Containers to launch external code from Dagster assets."
4-
sidebar_position: 300
4+
sidebar_position: 200
55
---
66

7-
import Preview from '../../../partials/\_Preview.md';
7+
import Preview from '../../../../partials/\_Preview.md';
88

99
<Preview />
1010

docs/docs/guides/build/external-pipelines/aws-emr-pipeline.md renamed to docs/docs/guides/build/external-pipelines/aws/aws-emr-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Call `open_dagster_pipes` in the EMR script to create a context that can be used
9494

9595
:::tip
9696

97-
The metadata format shown above (`{"raw_value": value, "type": type}`) is part of Dagster Pipes' special syntax for specifying rich Dagster metadata. For a complete reference of all supported metadata types and their formats, see the [Dagster Pipes metadata reference](using-dagster-pipes/reference#passing-rich-metadata-to-dagster).
97+
The metadata format shown above (`{"raw_value": value, "type": type}`) is part of Dagster Pipes' special syntax for specifying rich Dagster metadata. For a complete reference of all supported metadata types and their formats, see the [Dagster Pipes metadata reference](/guides/build/external-pipelines/using-dagster-pipes/reference#passing-rich-metadata-to-dagster).
9898

9999
:::
100100

docs/docs/guides/build/external-pipelines/aws-emr-serverless-pipeline.md renamed to docs/docs/guides/build/external-pipelines/aws/aws-emr-serverless-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build pipelines with AWS EMR Serverless
33
description: "Learn to integrate Dagster Pipes with AWS EMR Serverless to launch external code from Dagster assets."
4-
sidebar_position: 300
4+
sidebar_position: 400
55
---
66

77
This article covers how to use [Dagster Pipes](/guides/build/external-pipelines/) with [AWS EMR Serverless](https://aws.amazon.com/emr-serverless/).
@@ -67,7 +67,7 @@ Call `open_dagster_pipes` in the EMR Serverless script to create a context that
6767

6868
:::tip
6969

70-
The metadata format shown above (`{"raw_value": value, "type": type}`) is part of Dagster Pipes' special syntax for specifying rich Dagster metadata. For a complete reference of all supported metadata types and their formats, see the [Dagster Pipes metadata reference](using-dagster-pipes/reference#passing-rich-metadata-to-dagster).
70+
The metadata format shown above (`{"raw_value": value, "type": type}`) is part of Dagster Pipes' special syntax for specifying rich Dagster metadata. For a complete reference of all supported metadata types and their formats, see the [Dagster Pipes metadata reference](/guides/build/external-pipelines/using-dagster-pipes/reference#passing-rich-metadata-to-dagster).
7171

7272
:::
7373

docs/docs/guides/build/external-pipelines/aws-glue-pipeline.md renamed to docs/docs/guides/build/external-pipelines/aws/aws-glue-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build pipelines with AWS Glue
33
description: "Learn to integrate Dagster Pipes with AWS Glue to launch external code from Dagster assets."
4-
sidebar_position: 400
4+
sidebar_position: 500
55
---
66

77
# AWS Glue & Dagster Pipes
@@ -44,7 +44,7 @@ Call `open_dagster_pipes` in the Glue job script to create a context that can be
4444

4545
:::tip
4646

47-
The metadata format shown above (`{"raw_value": value, "type": type}`) is part of Dagster Pipes' special syntax for specifying rich Dagster metadata. For a complete reference of all supported metadata types and their formats, see the [Dagster Pipes metadata reference](using-dagster-pipes/reference#passing-rich-metadata-to-dagster).
47+
The metadata format shown above (`{"raw_value": value, "type": type}`) is part of Dagster Pipes' special syntax for specifying rich Dagster metadata. For a complete reference of all supported metadata types and their formats, see the [Dagster Pipes metadata reference](/guides/build/external-pipelines/using-dagster-pipes/reference#passing-rich-metadata-to-dagster).
4848

4949
:::
5050

docs/docs/guides/build/external-pipelines/aws-lambda-pipeline.md renamed to docs/docs/guides/build/external-pipelines/aws/aws-lambda-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build pipelines with AWS Lambda
33
description: "Learn to integrate Dagster Pipes with AWS Lambda to launch external code from Dagster assets."
4-
sidebar_position: 500
4+
sidebar_position: 600
55
---
66

77
:::note
@@ -92,7 +92,7 @@ In this step, you'll add the code you want to execute to the function. Create an
9292

9393
:::tip
9494

95-
The metadata format shown above (`{"raw_value": value, "type": type}`) is part of Dagster Pipes' special syntax for specifying rich Dagster metadata. For a complete reference of all supported metadata types and their formats, see the [Dagster Pipes metadata reference](using-dagster-pipes/reference#passing-rich-metadata-to-dagster).
95+
The metadata format shown above (`{"raw_value": value, "type": type}`) is part of Dagster Pipes' special syntax for specifying rich Dagster metadata. For a complete reference of all supported metadata types and their formats, see the [Dagster Pipes metadata reference](/guides/build/external-pipelines/using-dagster-pipes/reference#passing-rich-metadata-to-dagster).
9696

9797
:::
9898

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Build pipelines with AWS"
3+
sidebar_position: 30
4+
---
5+
6+
import DocCardList from '@theme/DocCardList';
7+
8+
<DocCardList />

docs/docs/guides/build/external-pipelines/dagster-pipes-details-and-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Dagster Pipes details and customization"
33
description: "Learn about Dagster Pipes APIs and how to compose them to create a custom solution for your data platform."
4-
sidebar_position: 1000
4+
sidebar_position: 90
55
---
66

77
[Dagster Pipes](/guides/build/external-pipelines) is a toolkit for integrating Dagster with an arbitrary external compute environment. While many users will be well-served by the simplified interface offered by Pipes client objects (e.g. <PyObject section="pipes" module="dagster" object="PipesSubprocessClient" />, <PyObject section="libraries" object="PipesDatabricksClient" module="dagster_databricks"/>), others will need a greater level of control over Pipes. This is particularly the case for users seeking to connect large existing codebases to Dagster.

docs/docs/guides/build/external-pipelines/databricks-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build pipelines with Databricks
33
description: "Learn to integrate Dagster Pipes with Databricks to launch external code from Dagster assets."
4-
sidebar_position: 600
4+
sidebar_position: 50
55
---
66

77
This article covers how to use [Dagster Pipes](/guides/build/external-pipelines/) with Dagster's [Databricks integration](/integrations/libraries/databricks) to launch Databricks jobs.

docs/docs/guides/build/external-pipelines/gcp-dataproc-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build pipelines with GCP Dataproc
33
description: "Learn to integrate Dagster Pipes with GCP Dataproc to launch external code from Dagster assets."
4-
sidebar_position: 300
4+
sidebar_position: 40
55
---
66

77
This article covers how to use [Dagster Pipes](/guides/build/external-pipelines/) to [submit jobs](https://cloud.google.com/dataproc/docs/guides/submit-job) to [GCP Dataproc](https://cloud.google.com/dataproc).

0 commit comments

Comments
 (0)