Mukesh

Results 81 comments of Mukesh

#1436 needs to be merged for this bug to be valid, marking it as draft until then

@vrutik2809 I think this issue needs some in-depth knowledge about the codebase, I was wrong about tagging this as a `good first issue`. I have unassigned you, Please feel free...

Quoted from the proposed solution > `Each function should use only one SQLAlchemy operation` @Anish9901 Function `alter_column` does not call any SQLALchemy operations, it composes of multiple functions which take...

I am going to make the changes to the API just as we discussed. ```json5 //Example schema { "count": 1393, "grouping": {}, "previews_render": [ { "column": 10 // "Items"."Id", "template":...

@dmos62 @mathemancer @kgodey Let me know if this list makes sense

@dmos62 The filters should throw custom exceptions, which shows that the problem is with the filter. But custom code is more of an API requirement and the exceptions shouldn't have...

@vrutik2809 Sorry for the late reply, I missed the Github notification. I don't have much to add to @mathemancer's comment.

@mathemancer @kgodey @ghislaineguerin I would like your opinion on the need for a normalized table after a column is moved away from a referent table.