How to support StarRocks in Alembic #1699
Unanswered
jaogoy
asked this question in
Usage Questions
Replies: 1 comment 2 replies
-
Hi, There seems to be an official dialect for starrocks https://pypi.org/project/starrocks I'm not sure what level of alembic support it has, but I would expect to start from there and look into it. Maybe asking on their discussion board is also an option |
Beta Was this translation helpful? Give feedback.
2 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.
-
I've tested Alembic with StarRocks by using MySQL protocol.
Of course there are a lot of syntax that Alembic doesn't support. And I know, if I want Alembic to support StarRocks, I need to implement StarRocksDialect in SQLAlchemy and some important functions, such as autogenerate, in Alembic.
But, I know a little about how to support a dialect for Alembic. Does there any good docs for me to understand Alembic well to support StarRocks?
And I've read the discussion, but it seems that Alembic still doesn't support StarRocks, there is still only one column in table
alembic_version
.Beta Was this translation helpful? Give feedback.
All reactions