Skip to content

Add kind to graph_multi_asset #25783

Answered by benpankow
JordyForNow asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Jordy, as of 1.9.2 you're now able to construct an AssetOut from a spec which gives you more control over properties like kinds:

spec = AssetSpec(key="my_asset", kinds={"python"})

@graph_multi_asset(outs={"my_asset": AssetOut.from_spec(spec)})
def my_graph_multi_asset():
    ...

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by benpankow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: feature-request area: asset Related to Software-Defined Assets area: tags Related to tagging and labeling
3 participants