jd02904
jd02904
Completely agree. One thing I do as a workaround is use the from_dict methods provided by the data classes (e.g. https://github.com/databricks/databricks-sdk-py/blob/79b096fb414d87ea5c8d4484687544ce63bbe266/databricks/sdk/service/jobs.py#L1545)
@chenmoneygithub I checked the source code and it seems the way DSPy handles race conditions on settings is through `thread_local_overrides` but thread-local storage would only work for threads, not coroutines...
Just wanted to also clarify this is not a duplicate of #7262. I think we should go a step further than the PR for #7262 by at least improving the...