Skip to content

Commit

Permalink
ugh more links
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
neverett committed Dec 20, 2024
1 parent 56bb93d commit 5d909f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/dagster-plus/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Dagster+ is a managed orchestration platform built on top of Dagster's open sour

Dagster+ is built to be the most performant, reliable, and cost effective way for data engineering teams to run Dagster in production. Dagster+ is also great for students, researchers, or individuals who want to explore Dagster with minimal overhead.

Dagster+ comes in two flavors: a fully [Serverless](/dagster-plus/deployment/deployment-types/serverless) offering and a [Hybrid](/dagster-plus/deployment/deployment-types/hybrid) offering. In both cases, Dagster+ does the hard work of managing your data orchestration control plane. Compared to a [Dagster open source deployment](guides/deploy), Dagster+ manages:
Dagster+ comes in two flavors: a fully [Serverless](/dagster-plus/deployment/deployment-types/serverless) offering and a [Hybrid](/dagster-plus/deployment/deployment-types/hybrid) offering. In both cases, Dagster+ does the hard work of managing your data orchestration control plane. Compared to a [Dagster open source deployment](guides/deploy/index.md), Dagster+ manages:

- Dagster's web UI at https://dagster.plus
- Metadata stores for data cataloging and cost insights
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Dagster can automatically attach code references to assets during local developm

### Customizing code references \{#custom-references}

If you want to customize how code references are attached - such as when you are building [domain-specific languages with asset factories](/guides/build/connect-to-external-systems/assets-concepts/asset-factories) - you can manually add the `dagster/code_references` metadata to asset definitions:
If you want to customize how code references are attached - such as when you are building [domain-specific languages with asset factories](/guides/build/create-asset-pipelines/assets-concepts/asset-factories) - you can manually add the `dagster/code_references` metadata to asset definitions:

<CodeExample filePath="guides/data-modeling/metadata/custom-local-references.py" language="python" />

Expand Down

0 comments on commit 5d909f4

Please sign in to comment.