temporalio / temporal

Temporal service
https://docs.temporal.io
MIT License
12.2k stars 851 forks source link

batch 400 error code #5732

Closed clcc2019 closed 6 months ago

clcc2019 commented 7 months ago
invalid query: unable to convert filter expression: unable to convert left side of "TemporalNamespaceDivision = 'TemporalBatcher'": filter by 'TemporalNamespaceDivision' not supported for standard visibility
image
yiminc commented 6 months ago

Batch operation require advanced visibility (ElasticSearch or SQL based). Standard visibility has been deprecated. See deprecation announce in https://github.com/temporalio/temporal/releases/tag/v1.23.0. Standard visibility will be deprecated in the next release v1.24.0 along with old config key names, i.e. this is the last minor version to support them. Please refer to [v1.20.0 release notes](https://github.com/temporalio/temporal/releases/tag/v1.20.0) for upgrade instructions, and also refer to [v1.21.0 release notes](https://github.com/temporalio/temporal/releases/tag/v1.21.0) for config key changes.