Skip to content

Commit

Permalink
update apidoc for non_argument_deps (#7271)
Browse files Browse the repository at this point in the history
  • Loading branch information
clairelin135 committed Apr 4, 2022
1 parent ec6402d commit da2205e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/api/modules.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/content/api/searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/content/api/sections.json

Large diffs are not rendered by default.

Binary file modified docs/next/public/objects.inv
Binary file not shown.
4 changes: 4 additions & 0 deletions python_modules/dagster/dagster/core/asset_defs/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ def asset(
name forms the asset key.
ins (Optional[Mapping[str, AssetIn]]): A dictionary that maps input names to their metadata
and namespaces.
non_argument_deps (Optional[Set[AssetKey]]): Set of asset keys that are upstream dependencies,
but do not pass an input to the asset.
metadata (Optional[Dict[str, Any]]): A dict of metadata entries for the asset.
required_resource_keys (Optional[Set[str]]): Set of resource handles required by the op.
io_manager_key (Optional[str]): The resource key of the IOManager used for storing the
Expand Down Expand Up @@ -249,6 +251,8 @@ def multi_asset(
outs: (Optional[Dict[str, Out]]): The Outs representing the produced assets.
ins (Optional[Mapping[str, AssetIn]]): A dictionary that maps input names to their metadata
and namespaces.
non_argument_deps (Optional[Set[AssetKey]]): Set of asset keys that are upstream dependencies,
but do not pass an input to the multi_asset.
required_resource_keys (Optional[Set[str]]): Set of resource handles required by the op.
io_manager_key (Optional[str]): The resource key of the IOManager used for storing the
output of the op as an asset, and for loading it in downstream ops
Expand Down

1 comment on commit da2205e

@vercel
Copy link

@vercel vercel bot commented on da2205e Apr 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.