-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs-beta] Update Define data assets #24308
[docs-beta] Update Define data assets #24308
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @PedramNavid and the rest of your teammates on Graphite |
ec67088
to
805f37e
Compare
a323cbd
to
9df1769
Compare
805f37e
to
87d6278
Compare
Graphite Automations"docs-beta - Assign Reviewers" took an action on this PR • (09/09/24)1 label was added to this PR based on Pedram Navid's automation. |
70af628
to
fc97b74
Compare
87d6278
to
e68d6ae
Compare
|
||
</details> | ||
|
||
## Asset decorators |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's put this back so we can link to it. Without a heading, this part of the guide feels a little off. We can rename it if that's the problem, but there should be a heading here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The table below felt like part of the main # Define data assets
heading. Not sure what other heading I would use. Asset decorators
did not feel relevant but open to options
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm. I think what tripped me up here originally was it coming after the prereqs without a heading - it felt kinda shoehorned in.
What if we have the table come after the intro but before What you'll learn?:
The most common way to create a data asset in Dagster is by annotating a function with an asset decorator. The function computes the contents of the asset, such as a database table or file.
Dagster supports several ways of creating assets, but this guide will focus on using Python decorators to define data assets.
[table]
## What you'll learn
...
[Prereqs]
1a7ae91
to
19cd374
Compare
7abb26f
to
52d2dd0
Compare
19cd374
to
dad0f0b
Compare
52d2dd0
to
10f8b70
Compare
dad0f0b
to
d76bc9b
Compare
10f8b70
to
691d053
Compare
d76bc9b
to
7f8201b
Compare
691d053
to
12b738e
Compare
7f8201b
to
81504cc
Compare
12b738e
to
ca0b820
Compare
81504cc
to
5828c24
Compare
2cad46d
to
9b29034
Compare
5828c24
to
153e55f
Compare
9b29034
to
2cb24f2
Compare
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit 65d453e. |
Deploy preview for dagit-storybook ready! ✅ Preview Built with commit 65d453e. |
Deploy preview for dagster-university ready! ✅ Preview Built with commit 65d453e. |
153e55f
to
a617d65
Compare
65d453e
to
ef1459a
Compare
ef1459a
to
c4031db
Compare
Merge activity
|
Summary & Motivation
Improving examples, clarifying language.
How I Tested These Changes
Changelog
NOCHANGELOG