Skip to content

Commit

Permalink
[easy] drop experimental mentions from pipes page (#23524)
Browse files Browse the repository at this point in the history
## Summary & Motivation
oversight from #23250 
## How I Tested These Changes
cmd + f on every page in dagster-pipes/ and dagster-pipes.mdx
  • Loading branch information
yuhan authored Aug 8, 2024
1 parent 987bc4d commit f1c042d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/content/concepts/dagster-pipes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ title: Dagster Pipes | Dagster Docs
description: "Dagster Pipes provides a protocol between the orchestration environment (Dagster) and external execution (ex: Databricks) and a toolkit for building implementations of that protocol."
---

# Dagster Pipes (Experimental)

<Note>
This feature is currently <strong>experimental</strong>.
</Note>
# Dagster Pipes

Dagster Pipes is a toolkit for building integrations between Dagster and external execution environments. It standardizes the process of passing parameters, injecting context information, ingesting logs, and collecting metadata all while remaining agnostic to how remote computations are launched in those environments. This enables the separation of orchestration and business logic in the Dagster ecosystem.

Expand Down

1 comment on commit f1c042d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-ilg71ma1g-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit f1c042d.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.