Hi dagster support, would someone be able to help ...
# ask-community
a
Hi dagster support, would someone be able to help with the following? I'm using the
dagster-pandera
integration. When the validation fails, it fails the op and the result isn't saved anywhere, so that I can inspect it. Ideally it wouldn't fail the op, but just show as a warning. Any ideas how I can achieve that? I can split out the validation as a separate op, but I then need lots of additional ops to validate each result
🤖 1
s
Hi Alex, This is definitely a weakness in the current system. Unfortunately, we don’t have a great solution for now-- putting validation in a separate op (or job if it’s an asset) is the best we can do. However, you should know that first-class Asset Expectations are on our road map, they will allow you to do data quality checks etc independent of the type-check (that dagster-pandera uses) or materialization.
a
ok thanks for the update