
Download
Download
yaml
type: "io.kestra.plugin.databricks.dbfs.Download"Examples
yaml
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
accountIdstring
authentication
Definitions
io.kestra.plugin.databricks.AbstractTask-AuthenticationConfig
authTypestring
azureClientIdstring
azureClientSecretstring
azureTenantIdstring
clientIdstring
clientSecretstring
googleCredentialsstring
googleServiceAccountstring
passwordstring
tokenstring
usernamestring
configFilestring
hoststring
Outputs
uristring
Format
uri