Skip to content

feat: ibis mssql backend, add parameter for table_option #9436

Open
@ruiyang2015

Description

@ruiyang2015

Is your feature request related to a problem?

for mssql backend, the current signature does not allow additional table options for ibis.mssql.create_table,
for sql server/synapse, we will need additional table options when creating a table. like cluster data compression etc.
the syntax is like this: create table foo (columns_def..) with ( <table options>)

What is the motivation behind your request?

so we can create a table with additional table level options, and those can not be done with an alter table command.

Describe the solution you'd like

for ibis.mssql.create_table(...., table_options: str) to allow additional table options during create table.

What version of ibis are you running?

9.1.0

What backend(s) are you using, if any?

Synapse

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureFeatures or general enhancementsmssqlThe Microsoft SQL Server backend

    Type

    No type

    Projects

    Status

    backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions