
Databricks Download
CertifiedDownload a file from DBFS
Databricks Download
Download a file from DBFS
Streams a DBFS file to a temp file in Kestra internal storage using 1 MB chunks; returns the storage URI.
type: io.kestra.plugin.databricks.dbfs.DownloadExamples
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: "{{ secret('DATABRICKS_TOKEN') }}"
host: <your-host>
from: /Share/myFile.txt
Properties
from *Requiredstring
Source DBFS path
Absolute path to the DBFS file to download
accountId string
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
Authentication type
Azure client ID
Azure client secret
Azure tenant ID
Client ID
Client secret
Google credentials JSON
Google service account email
Password
Databricks personal access token
Username
configFile string
Databricks configuration file, use this if you don't want to configure each Databricks account properties one by one
host string
Databricks host
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
uri string
uriDownloaded file URI
Internal storage URI for the downloaded file
Metrics
file.size counter
The file size