Chris White
Chris White
With `pydantic>=2.0` a clear and informative error is now raised preventing leading underscores from parameter keyword arguments. I'm going to close this issue as resolved for now - if it...
@anze3db yes, currently our dependency on `pendulum` is blocking us from upgrading unfortunately. We have a separate issue for tracking its removal here: https://github.com/PrefectHQ/prefect/issues/16910
This is being developed in the open - you can see the first PR linked above; this should be complete by the end of the month at the latest 👍
Hi @frantakalab - this was just [released in 3.0.4](https://github.com/PrefectHQ/prefect/releases/tag/3.0.4)! Looks like we need to add some more documentation to make this easily discoverable, I'll open a separate issue for that.
Thanks for the issue @pgulley and for the research you did for it! You're correct that it's definitely related to that issue - I think it was [this PR](https://github.com/PrefectHQ/prefect/pull/14704) specifically...
Yea @desertaxle and I have been brainstorming on some improvements to how we manage Prefect settings and this falls nicely into that. Definitely game to consider this.
Variable tests appear to be failing which makes me think there's something I'm missing here 🧐
@Samreay wow that's rough, I'm sorry about that! Yea the schema object is just serialization layer, so I think you can update `get` to return a class instance of `prefect.variables.Variable`,...
@kevingrismore could you try using the connection and cursor as context managers and see if that resolves it? ```python import gc import jaydebeapi from prefect import flow from prefect.logging import...
Hm, I think this is going to be better solved by `jaydebeapi` - it seems like you'll need to play with the configuration of the JVM to make sure that...