MS Fabric Data Warehouse column-level securityIn the last post we were talking about restricting access to table rows for users. Today we look at a column level security — we restrict a…3d ago3d ago
MS Fabric SQL Database RLS — write dataThis post is a continuation of the last one: MS Fabric Data Warehouse RLS — read data Where we implemented an RLS mechanism in MS Fabric…Mar 1Mar 1
MS Fabric Data Warehouse RLS — read dataMicrosoft Fabric encompasses a few security layers. For example, you can assign access on a Service, Workspace, Data Warehouse layer (in…Feb 1Feb 1
Azure BICEP — create and deploy resourcesHere is a short post how to create and deploy resources from a BICEP file.Jan 17Jan 17
Polyglot — C# and F# experiments in one notebookDuring our programming life we often make various test or experiments with code. When we work with .NET languages like C# or F# the…Jan 3Jan 3
MS Fabric — semantic model and reportMicrosoft Fabric has made a BI Engineer work more handy. All the most important services are in one place. They allow creating seamless…Dec 20, 2024Dec 20, 2024
C# — get data from MS Fabric Data Warehouse and LakehouseIn the last story wy created and run a pipeline and notebook. Then run them from a C# code. C# — MS Fabric pipelines and notebooksDec 6, 20241Dec 6, 20241
C# — MS Fabric pipelines and notebooksToday, we create a pipeline and a notebook in MS Fabric. The second one copies data into Lakehouse from CSV file, the first one second one…Nov 22, 2024Nov 22, 2024
C# — objectsC# is an object oriented programming language where everything is a objects. So it is a good idea what is this and how to work with…Nov 8, 2024Nov 8, 2024
C# — functionsFunctions are block of code which we can encapsulate for further use. Instead of copy and paste the same code over and over. We can use a…Oct 25, 2024Oct 25, 2024