Skip to content

Commit

Permalink
take experimental marker off of external assets in docs (#23525)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Takes the experimental marker off the concept page and associated links.

## How I Tested These Changes
  • Loading branch information
sryza authored Aug 8, 2024
1 parent c1de665 commit b1b6784
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/_navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
]
},
{
"title": "External assets (Experimental)",
"title": "External assets",
"path": "/concepts/assets/external-assets"
}
]
Expand Down
2 changes: 1 addition & 1 deletion docs/content/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ An asset is an object in persistent storage, such as a table, file, or persisted
href="/concepts/assets/asset-checks"
></ArticleListItem>
<ArticleListItem
title="External assets (Experimental)"
title="External assets"
href="/concepts/assets/external-assets"
></ArticleListItem>
</ArticleList>
Expand Down
2 changes: 1 addition & 1 deletion docs/content/concepts/assets/external-assets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: External Assets | Dagster
description: External assets model assets in Dagster that are not scheduled or materialized in Dagster.
---

# External Assets (Experimental)
# External Assets

An **external asset** is an asset that is visible in Dagster but executed by an external process. For example, you have a process that loads data from Kafka into Amazon S3 every day. You want the S3 asset to be visible alongside your other data assets, but not triggered by Dagster.

Expand Down

1 comment on commit b1b6784

@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-adyccxfb5-elementl.vercel.app
https://master.dagster.dagster-docs.io

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

Please sign in to comment.