-
Notifications
You must be signed in to change notification settings - Fork 168
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
Add support for Microsoft Fabric #3374
Comments
Hello and thanks for the suggestion. Unfortunately, Fabric seems to have a number of limitations relative to SQL Server, and some of those are used in core SQLMesh operations. If there is sufficient demand, it may be possible to add Fabric once those limitations are addressed. |
@treysp which limitations do you think are critical? it seems like if the user doesn't do certain operations, we won't hit these limitations? |
The limits on But you're right that those limitations would be feature-specific (primarily on forward-only), so there's no inherent problem if we just tell people the affected features aren't supported. Sorry for the premature closing @mattiasthalen! |
@treysp No worries! I'm curious though, are those there for the warehouse object as well? I was under the impression that it only was on the lakehouse. |
Totally possible I'm misinterpreting that page - this text made me think it was platform-wide:
|
@treysp you are absolutely right, I missed that part! It sure does have it quirks, e.g., supporting UUID as a data type in the lakehouse/warehouse, but not in PowerBI. So much for consistency 😅 |
Microsoft Fabric is becoming more and more popular with our clients. And most of the time it's new projects or migrations. I.e., the perfect time to implement SQLMesh.
I know that there are some issues with their lakehouse entity and creating schemas / tables. And that's why dbt only work on their warehouse entity.
Anyway, I hope this is something you'd be willing to look into!
The text was updated successfully, but these errors were encountered: