Skip to content

Feature Request: Support for StarRocks #5610

@petrikoro

Description

@petrikoro

I would like to use sqlmesh with StarRocks

Although StarRocks uses the MySQL protocol, the existing mysql adapter in sqlmesh does not work for building models. StarRocks requires specific DDL syntax for creating tables (specifically DISTRIBUTED BY and PARTITION BY clauses) that the generic MySQL adapter does not generate.

Without this, I cannot properly create or materialize tables in StarRocks using SQLMesh.

Since sqlglot already supports the starrocks dialect, I am hoping this can be integrated into sqlmesh

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions