Skip to content

Commit

Permalink
[docs-beta] update readme (#23892)
Browse files Browse the repository at this point in the history
## Summary & Motivation

## How I Tested These Changes

## Changelog [New | Bug | Docs]

> Replace this message with a changelog entry, or `NOCHANGELOG`
  • Loading branch information
PedramNavid authored Aug 25, 2024
1 parent 45b0824 commit b2eb696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/docs_beta_snippets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Please use the following code style to keep imports short:
```python
import dagster as dg

@dg.asset
def my_cool_asset(context: dg.AssetExecutionContext) -> dg.MaterializeResult:
return dg.MaterializeResult(
metadata={
Expand Down

1 comment on commit b2eb696

@github-actions
Copy link

@github-actions github-actions bot commented on b2eb696 Aug 25, 2024

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-beta ready!

✅ Preview
https://dagster-docs-beta-o49xq7m0d-elementl.vercel.app
https://dagster-docs-beta.dagster-docs.io

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

Please sign in to comment.