Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] fabric_warehouse add defaultCollation support #270

Open
1 task done
garddolau opened this issue Feb 26, 2025 · 1 comment
Open
1 task done

[FEAT] fabric_warehouse add defaultCollation support #270

garddolau opened this issue Feb 26, 2025 · 1 comment
Labels
feature New feature or request

Comments

@garddolau
Copy link

garddolau commented Feb 26, 2025

🚀 Feature description

Please add defaultCollation option as I see available in the API
https://learn.microsoft.com/en-us/fabric/data-warehouse/collation

{ 
  "type": "Warehouse", 
  "displayName": "CaseInsensitiveAPIDemo", 
  "description": "New warehouse with case-insensitive collation", 
  "creationPayload": { 
    "defaultCollation": "Latin1_General_100_CI_AS_KS_WS_SC_UTF8" 
  } 
}

🔈 Motivation

Ability to create a warehouse as case-insensitive will be a massive step forward

🛰 Alternatives

Use VSCode Example

🚧 Potential Configuration / Desired Solution

resource "fabric_warehouse" "example" {
  display_name = "warehouse_example"
  workspace_id = "11111111-1111-1111-1111-111111111111"
  default_collation = "Latin1_General_100_CI_AS_KS_WS_SC_UTF8"
}

📎 Additional context

No response

☑️ Acceptance Criteria

Ability to create fabric_warehouse objects via Terrafrom with ability to create warehouses with case-insensitive (CI) collation - Latin1_General_100_CI_AS_KS_WS_SC_UTF8

🔰 Code of Conduct

  • I agree to follow this project's Code of Conduct.
@garddolau garddolau added the feature New feature or request label Feb 26, 2025
@DariuszPorowski
Copy link
Member

Hi @garddolau

Thanks for sharing this insight. For us, the only official API docs is a source of the truth: https://learn.microsoft.com/en-us/rest/api/fabric/warehouse/items/create-warehouse

@cisraeli @badeamarjieh @OrBaubergMicrosoft @Halamish51 please follow with Warehouse Team and ask where they are with the creationPayload onboarding to the swagger. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants