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 committed Aug 8, 2024
1 parent ec0e0cb commit f6e36a7
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

0 comments on commit f6e36a7

Please sign in to comment.