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
accountId string
authentication
Definitions
io.kestra.plugin.databricks.AbstractTask-AuthenticationConfig
authTypestring
azureClientIdstring
azureClientSecretstring
azureTenantIdstring
clientIdstring
clientSecretstring
googleCredentialsstring
googleServiceAccountstring
passwordstring
tokenstring
usernamestring
configFile string
host string
Outputs
uri string
Format
uri