Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add note about SQL Analytics endpoints (#4523)
## What are you changing in this pull request and why? in Fabric there are SQL analytics endpoint and there are Warehouses SQL analytics endpoints are read-only, we can connect to them, we can even create views but we can't create tables so for that, you use a Warehouse Confusingly the URL you connect to is exactly the same, you just swap the name of your endpoint for the name of your warehouse. And to make it more interesting, you can access everything your endpoint has, through a Warehouse. https://learn.microsoft.com/en-us/fabric/data-warehouse/data-warehousing#compare-the-warehouse-and-the-sql-analytics-endpoint-of-the-lakehouse ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines.
- Loading branch information