Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] add references to StepLauncher supersession announcement #25702

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ In this guide, we have demonstrated how to migrate from using step launchers to
# Supplementary

- [Dagster Pipes](/concepts/dagster-pipes)
- [GitHub discussion](https://github.com/dagster-io/dagster/discussions/25685) on the topic
- [Dagster + Spark](/integrations/spark) - an up to date list of Pipes Clients for various Spark providers can be found here
- [AWS EMR Pipes tutorial](/concepts/dagster-pipes/aws-emr)
- [PipesEMRClient API docs](/\_apidocs/libraries/dagster-aws#dagster_aws.pipes.PipesEMRClient)
Expand Down
2 changes: 1 addition & 1 deletion docs/content/integrations/spark.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ This approach also works for Spark jobs written in Java or Scala, although we do

---

Previously, Step Launchers were the recommended way to run Spark jobs from Dagster. They have been superseded in favor of Dagster Pipes. A migration guide can be found [here](/guides/migrations/from-step-launchers-to-pipes).
Previously, Step Launchers were the recommended way to run Spark jobs from Dagster. They have been superseded in favor of Dagster Pipes. A migration guide can be found [here](/guides/migrations/from-step-launchers-to-pipes). Learn more in [this GitHub discussion](https://github.com/dagster-io/dagster/discussions/25685).