Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
File purpose
This profile is used to configure an Azure CSV source that will be used to for loading data from the Azure Blob Storage.File location
The file is located in the folder mr-application\src\main\resources.File values
| Key | Value | Description |
|---|---|---|
| dlc | ||
| dlc.enabled | true | This enables DLC for data loading in the application. |
| dlc.create-default-cloud-client | ||
| dlc.create-default-cloud-client.azure | true | This gets DLC to automatically configure an Azure client used to load data. It requires -Ddlc.azure.connection-string to be passed at runtime. |
| dlc.csv | ||
| dlc.csv.azure | ||
| dlc.csv.azure.sources | ||
| dlc.csv.azure.azure-csv-source | ||
| dlc.csv.azure.azure-csv-source.container | {AZURE_PREFIX}/#{AsOfDate} | The prefix for your data in the container. The AsOfDate scope is included. |