Ash.changeset.set_context not working as expected
Hello.
I am creating a changeset and I am trying to set the context in the following way.
But when this changeset is intercepted in Ash.Resource.Change.Change/3, I am not able to see this context anywhere.
Here is what I see for context passed in change function and in changeset.context.
As per documentation, my set context should be available in changeset.context or source_context of Ash.Resource.Change.Context. Am I missing something? I would be really grateful for any guidance. Thank you.
I am creating a changeset and I am trying to set the context in the following way.
But when this changeset is intercepted in Ash.Resource.Change.Change/3, I am not able to see this context anywhere.
Here is what I see for context passed in change function and in changeset.context.
As per documentation, my set context should be available in changeset.context or source_context of Ash.Resource.Change.Context. Am I missing something? I would be really grateful for any guidance. Thank you.

Ash