Skip to content

exasol/azure-data-factory-functions

Repository files navigation

Exasol Azure Data Factory Functions

.NET

This repository contains auxiliary azure functions for use in Azure Data Factory pipelines.

Included so far :

  • Azure Blob Storage CSV bulk import functions
  • Query function

Please see the user guide for detailed instructions.

The project uses ADO.NET Data Provider | Exasol Documentation for connecting and executing queries on the Exasol database.

The CSV bulk import function being utilized is documented here:

Load Data from Azure Blob Storage | Exasol Documentation