Gabriel

Results 109 comments of Gabriel

I believe the SQLAlchemy behavior is to always treat lowercase identifiers as cases insensitive. Try using a lowercase schema_name (even though your actual schema is uppercase).

- See also https://github.com/mgmeyers/obsidian-kanban/issues/503 This is the main thing stopping me from using this (for anything other than tiny boards) over a dedicated Kanban solution. ~It's possible this feature 👇...

@zmievsa Sorry for the late response. This will be useful on its own but ideally, we wouldn't need FastAPI as a dependency at all. I have separate client + server...

@Chr96er, I believe this was fixed a few version back. But I don't recall exactly which one.

Not going to get to this. Should be much easier in `1.0` with the reduced number of dependencies.

Closing because I don't remember what's going on here

@IgorShcherbakov I think `utf-8` is the default encoding for python. It's possible something in your environment is overriding this. From this SO question, it looks like you can set an...

@IgorShcherbakov AFAIK, there's nowhere in our codebase where we use something other than `utf-8` for encoding. I think there's something going on with your particular environment. If you can provide...

@data-han @jshaikGX I believe this was fixed in `0.18.15` https://github.com/great-expectations/great_expectations/releases/tag/0.18.15 - https://github.com/great-expectations/great_expectations/pull/9964