SchemaCreate
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:
- stringProperties
className *Requiredstring
Min length
1url *Requiredstring
Min length
1apiKey string
fields object
SubTypearray
headers object
SubTypestring