-
I'm running into an error when I try to use AssetCheckSpec with AssetDefinition.from_graph(). When I do
I get the following error:
It feels like the AssetCheckSpec is trying to resolve assets before they've had a chance to be loaded into Dagster. What's the correct way to use AssetCheckSpec with AssetsDefinition.from_graph()? For completeness, here's the full stack trace:
|
Beta Was this translation helpful? Give feedback.
Answered by
johannkm
Nov 13, 2023
Replies: 1 comment 1 reply
-
I can repro, looks like a bug. I've filed #17968 to track |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zyd14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can repro, looks like a bug. I've filed #17968 to track