Omar Al-Jadda
Omar Al-Jadda
I'm planning to look into this issue, something I've been thinking about as well ....it is very useful to add additional comments from the table metadata, which will give a...
@kittenkill it looks like this approach of setting the table comment will not work using sqlalchemy, it's only used to set the table comment when the SQL is [compiled](https://github.com/sqlalchemy/sqlalchemy/blob/main/lib/sqlalchemy/sql/compiler.py#L6681). sqlalchemy...
In my environment wsl2 I needed to downgrade to python 3.9 and upgrade to pytorch-cuda=11.7: ``` $ uname -r 5.15.90.1-microsoft-standard-WSL2 $ lsb_release -a No LSB modules are available. Distributor ID:...