Data providers typically deliver data in formats such as parquet, JSON, or CSV. In traditional data warehouse scenarios, these files often land in a persistent staging area. Many organize these stag...
a_portoles
2 years agoNew Member
He use OpenRowset in all our projects.
Allow us
- Implement data Virtualization, and avoid Staging tables
- Grant access to data that is in the LZ but not in the User SQL tables with Views_LZ
Important to have
- The ALDS / OneLake must be under firewall ==> Private endpoint compatible (**)
- Use SAS or Acces Keys . . .., But compatible with AAD (User MI or System MI) (**)
- Most of the Cases we use Authentication SQL <==> Storage: Delegation / Impersonate
- In some cases for audit purpolses we need use Pass-Through Authentication, thus the AAD SQL user will appear on ADLS logs
- The T-SQL Openrowset must be able to compile on Azure Data studio & Azure DevOps, currently is not able to do it and block all CI/CD progress (**)
- Format files (FMT) are really obsolete, need maintenance and are not part of Database Project / GIT, need to find a 2024 replacement (**)
- We hope that Select disctinct (col_1) [for Dim Tables] On parquet will be faster than on CSV, but sometimes is not (**)
- This Synapse "sugar" is very appreciatee: '*/*/*/myfile*.parquet'
- Currently select from openrowset INTO #Temptable is not supported (**)
- All the others: AGG pushdown, Metadata, Vertipaq / V-Order, PurView , , . . . future??
(**) Hugo Queiroz knows about these issues and some of them are ACK by Azure support
Recent ideas
Power BI: Subscriptions & bookmarks in org apps
The subscription is a valuable feature. Please make it available in the Org App. The Org App hase many advantages, but it misses the subscription and bookmark features as in the classic app or report...StefanGrossen44 minutes agoNew MemberNew161Views4likes1CommentNotebook Activity must support Notebook name resolution within a dynamic workspace
## Requested behavior The Fabric Pipeline Notebook Activity should support selecting a notebook by a stable Notebook name while the Workspace ID is dynamic. Example: - Workspace ID: `@pipeline()....EXXAVRM2 hours agoNew MemberNew8Views0likes1CommentAllow Downloading Power Query (M) Transformations Along with Power BI Reports from the Service
Category: Power BI Service / Data Connectivity Description: Hi Power BI Community Team, I would like to suggest a feature enhancement for Power BI Service that would be useful for Power BI develop...Manogna891911 hours agoRegular VisitorNew6Views0likes0CommentsAllow Admin Recovery of Orphaned Cloud Gateway Connections
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Problem When a cloud gateway connection has no active owner (for exampl...RohiniUppu12 hours agoMicrosoft EmployeeNew9Views0likes0CommentsAdd support for identity columns in Fabric warehouses.
Identity columns are a common method for generating surrogate keys in data warehousing scenarios implemented on SQL Server. By adding support for identity columns in Fabric, users could migrate the...dpurdy19 hours agoRegular VisitorCompleted4.4KViews131likes11Comments