Daniel Gellert
Daniel Gellert
I am using pytest-factoryboy to test some of my django Code. When using A model 'MainModel' with a ForeignKey to another Model 'OneOnly' I create a Factory for both like...
## Steps to reproduce When I do specify coercions on a Record class they are ignored, e.g. a UUIDAwareRecord from uuid import UUID, uuid4 import faust class Account(faust.Record, coerce=True, coercions={UUID:...
## Steps to reproduce When using the Stream.take() function I can not write into a Table but get the error `Cannot modify table key from outside of stream iteration`. Can...
**Describe the bug** Hi there, I have two cubes Orders and Items and I want to add a measure on Orders to calculate totalOrderPrice. But I get missing FROM-clause entry...