Asset Check Events Missing asset_key in event_logs for Type ASSET_CHECK_EVALUATION #25427
Unanswered
GokaySoysaldi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Folks,
From Dagster database when I materialize an asset with custom @asset_check I can see my asset key correctly when looking at dagster_event_type is ASSET_MATERIALIZATION events. However, in the event_logs table, asset_key shows as NULL for rows where dagster_event_type is ASSET_CHECK_EVALUATION. Is this expected behavior, or could it be an issue?
Actually, I want to use the result (failure or passed) of a custom @asset_check in another asset by performing the following operation:
Even though I can see that both my asset and asset check are working correctly in the Dagster UI, the records variable returns an empty list.
(Using versions dagster==1.8.11 dagster-dbt==0.24.11)
Thank you in advance for your assistance.
Looking forward to your feedback.
Beta Was this translation helpful? Give feedback.
All reactions