Featured posts

A Deep Dive into FileDataLakeClient in Azure Synapse Analytics

FileDataLakeClient is the python package to communicate with the azure Hierarchical Namespace enabled storage(ADLS GEN2). This API is added to the storage SDK specifically for ADLS Gen2. This package can be used to do many operations like (creating, deleting, renaming) filesystem, Directory, Files, lease and many more like setting ACLs, acquiring Leases etc. The containers…

Read More

Resolving Production Self-Hosted Integration Runtime Version Mismatch Issue

Today, I encountered an issue with the Production Self-Hosted Integration Runtime (SHIR) that involved a version mismatch. In our production environment, we typically utilize multiple nodes of the Integration Runtime to ingest data from various sources. Microsoft frequently releases upgrades for the Integration Runtime, containing fixes and additional functionalities. If you have enabled auto-update for…

Read More