azure-functions-python-worker icon indicating copy to clipboard operation
azure-functions-python-worker copied to clipboard

Add type checking for durable clients

Open gavin-aguiar opened this issue 2 years ago • 3 comments

gavin-aguiar avatar Jun 06 '23 19:06 gavin-aguiar

@vrmdr, @gavin-aguiar: I believe this requires Python worker special support, I recall we had talked about this when GA'ing support for DF in Python prog-model V2. This is because the worker thinks the durable client type is a string, but in reality DF is using that string to construct the object behind the scenes.

davidmrdavid avatar Jun 24 '24 21:06 davidmrdavid

For that reason - should we not move this back to the Python worker repo, @vrdmr? It's not something the DF team can unblock by itself.

davidmrdavid avatar Jun 24 '24 22:06 davidmrdavid

@davidmrdavid Transferred it back. It will be a change in the python library but we need to validate it with the worker.

gavin-aguiar avatar Jun 24 '24 22:06 gavin-aguiar