Microsoft Fabric Download

Microsoft Fabric Download

Certified

Download a file from Microsoft Fabric OneLake

Downloads a file from OneLake using the ADLS Gen2 API and stores it in Kestra internal storage. The file is fetched from Files/{filePath} within the specified Lakehouse item.

yaml
type: io.kestra.plugin.microsoft.fabric.onelake.Download
yaml
id: fabric_onelake_download
namespace: company.team

tasks:
  - id: download_file
    type: io.kestra.plugin.microsoft.fabric.onelake.Download
    tenantId: "{{ secret('FABRIC_TENANT_ID') }}"
    clientId: "{{ secret('FABRIC_CLIENT_ID') }}"
    clientSecret: "{{ secret('FABRIC_CLIENT_SECRET') }}"
    workspaceId: "your-workspace-id"
    itemId: "your-lakehouse-item-id"
    filePath: "data/myfile.csv"
Properties

File path

Path within the item's Files directory to download (leading slash is stripped)

Item ID

Lakehouse or other Fabric item GUID within the workspace

Workspace ID

Microsoft Fabric workspace GUID

Client ID

Service principal client (application) ID

Client Secret

Service principal client secret. When both clientId and clientSecret are provided, service principal authentication is used; otherwise DefaultAzureCredential is used.

Reference (ref) of the pluginDefaults to apply to this task.

Tenant ID

Azure Active Directory tenant ID for authentication

Default0

File size

Size of the downloaded file in bytes

Kestra storage URI

Internal storage URI of the downloaded file

Size of the downloaded file in bytes