append
append
yaml
type: "io.kestra.plugin.azure.storage.adls.update.append"Examples
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"