BulkIndex ​Bulk​Index

yaml
type: "io.kestra.plugin.typesense.bulkindex"
yaml
id: typesense_bulk_index
namespace: company.team

tasks:
  - id: bulk_index
    type: io.kestra.plugin.typesense.BulkIndex
    apiKey: "{{ secret('TYPESENSE_API_KEY') }}"
    port: 8108
    host: localhost
    collection: Countries
    from: file_uri
Properties