You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: