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: <your-token>
host: <your-host>
from: /Share/myFile.txt
Properties
from *Requiredstring
accountId string
authentication AbstractTask-AuthenticationConfig
configFile string
host string
Outputs
uri string
Format
uri