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

add note about SQL Analytics endpoints #4523

Merged
merged 4 commits into from
Jan 18, 2024
Merged

add note about SQL Analytics endpoints #4523

merged 4 commits into from
Jan 18, 2024

Conversation

ernestoongaro
Copy link
Contributor

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

@ernestoongaro ernestoongaro added size: x-small This change will take under 3 hours to fix. adapters labels Nov 21, 2023
@ernestoongaro ernestoongaro requested a review from a team as a code owner November 21, 2023 16:38
Copy link

vercel bot commented Nov 21, 2023

Deployment failed with the following error:

You don't have permission to create a Preview Deployment for this project.

View Documentation: https://vercel.com/docs/concepts/teams/roles-and-permissions

@github-actions github-actions bot added the content Improvements or additions to content label Nov 21, 2023
Copy link

vercel bot commented Jan 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-getdbt-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 18, 2024 5:14pm

@nghi-ly nghi-ly merged commit 46fe8d4 into current Jan 18, 2024
7 checks passed
@nghi-ly nghi-ly deleted the sql-endpoints-note branch January 18, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adapters auto update content Improvements or additions to content January-2024 size: x-small This change will take under 3 hours to fix.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants