Skip to content

Commit

Permalink
[docs-beta] Add API Lifecycle flags for Preview, Beta and Superseded
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong authored and PedramNavid committed Nov 25, 2024
1 parent 36c8add commit 68c75fd
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
13 changes: 11 additions & 2 deletions docs/docs-beta/docs/guides/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,18 @@ Dagster+ provides rich visualization and navigation of column lineage in the Ass

## Linking assets with source code \{#source-code}

import Experimental from '../partials/\_Experimental.md';
import Preview from '../partials/\_Preview.md';

<Preview />

import Beta from '../partials/\_Beta.md';

<Beta />

import Superseded from '../partials/\_Superseded.md';

<Superseded />

<Experimental />

To link assets with their source code, you can attach a **code reference**. Code references are a type of metadata that allow you to easily view those assets' source code from the Dagster UI, both in local development and in production.

Expand Down
3 changes: 3 additions & 0 deletions docs/docs-beta/docs/partials/_Beta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:::warning
This feature is considered in a beta stage. It is still being tested and may change.
:::
3 changes: 0 additions & 3 deletions docs/docs-beta/docs/partials/_Experimental.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/docs-beta/docs/partials/_Preview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:::warning
This feature is considered in a preview stage and is under active development. It can change significantly, or be removed completely. It is not for production use.
:::
3 changes: 3 additions & 0 deletions docs/docs-beta/docs/partials/_Superseded.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:::warning
This feature is considered superseded and is still available, but is no longer the best practice.
:::

0 comments on commit 68c75fd

Please sign in to comment.