DownloadDownload
DownloadCertified

yaml
type: "io.kestra.plugin.databricks.dbfs.Download"
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
Definitions
authTypestring
azureClientIdstring
azureClientSecretstring
azureTenantIdstring
clientIdstring
clientSecretstring
googleCredentialsstring
googleServiceAccountstring
passwordstring
tokenstring
usernamestring
Formaturi