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.