Replies: 3 comments 11 replies
-
SQLAlchemy model classes require primary keys. If no primary key constraint is found, a |
Beta Was this translation helpful? Give feedback.
8 replies
-
@agronholm clickhouse database
|
Beta Was this translation helpful? Give feedback.
3 replies
-
I have encountered the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using sqlacodegen to automatically generate a model from clickhouse, the generated model is of Table type. How to make the automatically generated model be of class
class
Beta Was this translation helpful? Give feedback.
All reactions