append
Certified
Append data to an existing file in Azure Data Lake Storage.
append
Certified
Append data to an existing file in Azure Data Lake Storage.
yaml
type: io.kestra.plugin.azure.storage.adls.update.appendExamples
yaml
id: azure_storage_datalake_append
namespace: company.team
tasks:
- id: read_file
type: io.kestra.plugin.azure.storage.adls.update.Append
endpoint: "https://yourblob.blob.core.windows.net"
sasToken: "{{ secret('SAS_TOKEN') }}"
fileSystem: "mydata"
filePath: "path/to/myfile"
data: "Text to append"