This message was deleted.
# ask-community
s
This message was deleted.
c
Hi Suhani. That's odd--what version of dagster are you running, and would you mind sharing a code snippet of the asset definition? Running something like
Copy code
with build_op_context() as context:
    print(my_asset(context))
is working for me