From f6e36a7cc8d66f8de60890088cc4a8f038b77292 Mon Sep 17 00:00:00 2001 From: Yuhan Luo <4531914+yuhan@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:39:03 -0700 Subject: [PATCH] [easy] drop experimental mentions from pipes page (#23524) ## Summary & Motivation oversight from https://github.com/dagster-io/dagster/pull/23250 ## How I Tested These Changes cmd + f on every page in dagster-pipes/ and dagster-pipes.mdx --- docs/content/concepts/dagster-pipes.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/content/concepts/dagster-pipes.mdx b/docs/content/concepts/dagster-pipes.mdx index e3905ea19d06f..3f163c5c56d7c 100644 --- a/docs/content/concepts/dagster-pipes.mdx +++ b/docs/content/concepts/dagster-pipes.mdx @@ -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) - - - This feature is currently experimental. - +# 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.