Skip to content

Unsupported search attribute type: KeywordList #6700

@tlachy

Description

@tlachy

Expected Behavior

I am starting docker-compose.yml on windows machine, without wsl with testcontainers. Everything starts without errors.

I can run command:
"temporal operator search-attribute create --type keyword --name User" and it passes with message:
Search attributes have been added

but command: "temporal operator search-attribute create --type KeywordList --name Tenant" does not work and I expect it to work.

Actual Behavior

Command: "temporal operator search-attribute create --type KeywordList --name Tenant"
gives error:

"unable to parse search attribute type KeywordList : unsupported search attribute type: KeywordList"

Steps to Reproduce the Problem

  1. clone https://github.com/temporalio/docker-compose
  2. make sure you have to same versions in .env file
  3. docker compose up
  4. run "docker exec ${containerid of temporal} temporal operator search-attribute create --type KeywordList --name Tenant"

Specifications

COMPOSE_PROJECT_NAME=temporal
CASSANDRA_VERSION=3.11.9
ELASTICSEARCH_VERSION=7.16.2
MYSQL_VERSION=8
TEMPORAL_VERSION=1.25.1
TEMPORAL_ADMINTOOLS_VERSION=1.25.1-tctl-1.18.1-cli-1.1.0
TEMPORAL_UI_VERSION=2.26.2
POSTGRESQL_VERSION=13
POSTGRES_PASSWORD=temporal
POSTGRES_USER=temporal
POSTGRES_DEFAULT_PORT=5432
OPENSEARCH_VERSION=2.5.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions