Téva KRIEF

Results 32 comments of Téva KRIEF

Do we need to fork this to fix conflict and merge this ?

Hey @Kludex ! Just wanted to know if you had found any good resources that one could use to get easy dashboards for a fastapi app, this would be so...

@unidesigner Not really, I need to get more resources on how PromQL works and stuff. If I manage to get something nice for these dashboard I think I'll make a...

It seems it related to this part of the code : **main.py : line 491** ```python # Only raise errors if not a SQLModel model if ( not getattr(__pydantic_self__.__config__, "table",...

It looks a little bit weird to me to have a PrimaryKey set as a datetime. But anyway, your example with the update time seems nice. It should be added...

@fsouza Yeah, I think that a lot of people use this for their projects in their CI, I'm personnally using Gitlab-ci so I thought this would be a good idea....

Okay, so despite the warning saying `No HOST or PORT found` it seems that the service starts well and is working. Now just need to find out how to add...

Wow, thank you very much for this very detailled answer ! I did not expect that much TBH :) My current use case is this : - I have an...

@bilaladak It's been a while, as far as I remember I did not investigate more than what I wrote on this issue.

I tried using `@hybrid_property` decorator from sqlalchemy, but it raises : ```python E fastapi.exceptions.FastAPIError: Invalid args for response field! Hint: check that is a valid pydantic field type ``` And...