Skip to content

Commit

Permalink
update docstring for AssetSpec (#23712)
Browse files Browse the repository at this point in the history
## Summary & Motivation

## How I Tested These Changes
  • Loading branch information
sryza authored Aug 20, 2024
1 parent c91f85a commit b144c60
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,11 @@ class AssetSpec(
),
IHasInternalInit,
):
"""Specifies the core attributes of an asset. This object is attached to the decorated
function that defines how it materialized.
"""Specifies the core attributes of an asset, except for the function that materializes or
observes it.
An asset spec plus any materialization or observation function for the asset constitutes an
"asset definition".
Attributes:
key (AssetKey): The unique identifier for this asset.
Expand Down

0 comments on commit b144c60

Please sign in to comment.