Skip to main content

Initial Fabric Data Warehouse Writer setup

Fabric Data Warehouse Writer uses ADLSGen2 storage to stage files before copying the file content to the Fabric Data Warehouse staging table or target table using the COPY command. Before using the adapter, you must provision an ADLSGen2 storage container (see Learn / Azure / Storage / Blobs / Create a storage account to use with Azure Data Lake Storage).

You can configure storage access using one of the following approaches:

Driver dependencies

Fabric Data Warehouse Writer depends on the following drivers, which are bundled with the adapter:

  • The mssql-jdbc driver version 12.8.1 to access tables in Fabric Data Warehouse via SQL endpoint.

  • The azure-storage-blob driver version 12.18.0 to access the ADLSGen2 storage area to stage the files.