-
Implementing Fabric Eventstream & Data Activator With Real World Data
Understanding a tool’s utility is directly proportional to our knowledge of its use. This blog post aims to evaluate the advantages and disadvantages of using Fabric Eventstream & Data Activator with real-world data. We aim to achieve this while minimizing infrastructure requirements and costs. In essence, this post demonstrates how to implement continuous location data…
-
MS Fabric Data Activator: A big step towards actionable insights
While Microsoft Fabric still has its quirks and might not be the go-to recommendation for customers as off right now (though this will change soon concerning the pace of improvements), I can’t help but get excited about one particular feature. Everyone’s been talking about its cool new stuff built on a modern Deltalake setup, all…
-
How-To Access Azure Key Vault Secrets from Fabric Notebook
This blog post focuses on how to handle authentication within Fabric Notebooks using secrets without storing them in your code. To access Key Vault from a Fabric Notebook, use the PyTridentTokenLibrary to handle the call while using an access token. Specify the name of the secret in Key Vault and provide the URL of the…