SchemaCreate
yaml
type: "io.kestra.plugin.weaviate.schemacreate"
Examples
yaml
id: create_weaviate_schema
namespace: company.team
tasks:
- id: schema
type: io.kestra.plugin.weaviate.SchemaCreate
url: "https://demo-cluster-id.weaviate.network"
apiKey: "{{ secret('WEAVIATE_API_KEY') }}"
className: Movies
fields:
name:
- string
description:
- string
category:
- string
Properties
className *Requiredstring
Min length
1
url *Requiredstring
Min length
1
apiKey string
fields object
SubType array
headers object
SubType string