Ollie Graham

Results 6 comments of Ollie Graham

@prologic I was able to change the restart_policy setting to “on-failure” which resolved this problem https://docs.docker.com/compose/compose-file/#restart I did encounter other problems with my service names not being re-registered with my...

> As tiangolo said, verify you are returning the data you want (you should be). Your query should already be returning the data you need via SQLAlchemy here: > >...

@tiangolo Thank you for the response much appreciated. It’s very likely the problem, I’m just not sure how to create the structure I need (not nested instead of nested) where...

Thanks for this @tiangolo. I tried that approach but it still gives me pydantic errors (field missing). When I get the InputTemplateDetail object back from the DB I need to...

The graph must be frozen before the transforms can be applied, so running `convert_variables_to_constants()` before `TransformGraph()` works.

> > The graph must be frozen before the transforms can be applied, so running `convert_variables_to_constants()` before `TransformGraph()` works. > > how did you make this? if you reverse order...