Muhammad Husnain
01/31/2023, 7:42 AMcontext = prefect.context.get_run_context().dict()
context['custom_value'] = "some_value"
print("prefect_context_dict", context)
The above code does not update the prefect dictionary, even though it should since it is a dictionary?
Is it even possible to do that in prefect 2?redsquare
01/31/2023, 9:17 AM