
Download
Download a file from Databricks File System.
Download a file from Databricks File System.
Download a file from Databricks File System.
The file can be of any size. The task will download the file in chunks of 1MB.
type: "io.kestra.plugin.databricks.dbfs.Download"Examples
Download a file from the Databricks File System.
id: databricks_dbfs_download
namespace: company.team
tasks:
- id: download_file
type: io.kestra.plugin.databricks.dbfs.Download
authentication:
token: <your-token>
host: <your-host>
from: /Share/myFile.txt
Properties
from*Requiredstring
The file to download.
accountIdstring
Databricks account identifier.
authentication
Databricks authentication configuration.
This property allows to configure the authentication to Databricks, different properties should be set depending on the type of authentication and the cloud provider. All configuration options can also be set using the standard Databricks environment variables. Check the Databricks authentication guide for more information.
io.kestra.plugin.databricks.AbstractTask-AuthenticationConfig
configFilestring
Databricks configuration file, use this if you don't want to configure each Databricks account properties one by one.
hoststring
Databricks host.
Outputs
uristring
uriThe URI of the file downloaded to Kestra's internal storage.
Metrics
file.sizecounter
The file size