Skip to content

Support data clustering for table and incremental materializations #344

@cheyney-w

Description

@cheyney-w

Now that Fabric warehouses support data clustering (currently preview), it would be useful if dbt models configured for table and incremental materialization could use this feature.

This should probably be implemented as an optional cluster_by model configuration that can accept a list of column names.

Note: some adapters use the config name cluster_by and others use clustered_by. Without a consistent convention, I think cluster_by makes sense for the Fabric warehouse adapter since it matches the CLUSTER BY clause in the T-SQL CREATE TABLE syntax.

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