Eric Jolibois
Eric Jolibois
Hi @markedwards Have you seen https://pydantic-docs.helpmanual.io/usage/validation_decorator/#validate-without-calling-the-function?
I've posted a possible workaround here https://github.com/samuelcolvin/pydantic/issues/2079#issuecomment-720118099. You can create a custom generic `Strict` type that is compliant with `mypy` and should work in most cases ```py from types import...
Any update on this @andyo-tyk? No pressure just to know if we can help and if yes how :)
@aljazerzen I see the "work in progree" label. Are you still working on it?
Introduced by https://github.com/PRQL/prql/pull/3826
Hi @JerPk and thanks a lot for reporting! IMO you're right it's a bug. The behaviour with both secrets and `env_prefix` was not tested so I guess that's why we...
To quote @JerPk we have two solutions 1. Make it clear in the documentation that `env_prefix` is also used for secrets 2. Do not use the `env_prefix` for the secrets...
@NeevCohen totally agree. Probably a change for v3 then
Hello! can you please provide an excel sheet example?
I'll try to dig into it this weekend