-
Google Analytics 4 Data in Microsoft Fabric
Google Analytics 4 data is essential for understanding website performance and user behavior. The native dashboard is great for initial analysis but there are other use cases where it is just not quite enough. What if you want to export the data to combine it with other sources? Or give new users the required permissions…
-
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…