Chris Guidry

Results 24 comments of Chris Guidry

I don't believe so, but maybe some of these fields are on client-side models that _aren't_ marked deprecated? The output was very noisy but I see some complaints about providing...

Update, `pdoc` seems pretty barebones and didn't seem to recurse through our module hierarchy very well. I did a spike with `mkdocs` and was able to get a pretty solid...

Hi folks! Just wanted to give an update on this one. Prefect does instrument flow runs and task runs with OpenTelemetry spans and will propagate those traces across process boundaries....

Thanks @Matvey-Kuk! I'll work on getting a release ready

Hi folks, I've been debugging this issue on behalf of Prefect, and here's what I've discovered. The repro is very simple: ```python import cloudpickle from pydantic import BaseModel class Model(BaseModel):...

Hi @armalite, we've released some reliability improvements to Prefect Cloud over the last few weeks that should have improved this situation, and I have included a permanent set of regression...

Wonderful, I'll get that into our test suite as well. These are currently going into the test suite for Prefect Cloud, but I'll also backport them to OSS for visibility...

Ah okay, @armalite, I added this test case, and it was initially failing. It required this small adjustment (see the ` ReceivedEvent: return Event( occurred=base_time + time, event=name, resource=Resource({"prefect.resource.id": "resource-1"}),...