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