Skip to content

Liquid clustering support for Databricks tables #71

Description

@ankita-mutta

We recently implemented Alembic for schema migration management on Databricks and came across a major concern-

There is no native CLUSTER BY support

Alembic and SQLAlchemy have no concept of Databricks-specific DDL like CLUSTER BY
Every migration file generated by autogenerate needs to be manually edited to add op.execute("ALTER TABLE ... CLUSTER BY (...)")
This is a recurring manual step that is easy to forget and can't be automated
Is there a roadmap for native CLUSTER BY and liquid clustering support and if not, can this be considered to be implemented?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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