Download
Certified
Download a file from Microsoft Fabric OneLake
Download
Certified
Download a file from Microsoft Fabric OneLake
yaml
type: io.kestra.plugin.microsoft.fabric.onelake.DownloadExamples
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
filePath *Requiredstring
itemId *Requiredstring
workspaceId *Requiredstring
clientId string
clientSecret string
tenantId string
Outputs
size integer
Default
0