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
Copy file name to clipboardExpand all lines: docs/develop/python/observability.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,7 +212,7 @@ These attributes are useful for querying Workflows based on the customer ID or t
212
212
You can upsert Search Attributes to add or update Search Attributes from within Workflow code.
213
213
214
214
To upsert custom Search Attributes, use the [`upsert_search_attributes()`](https://python.temporal.io/temporalio.workflow.html#upsert_search_attributes) method to pass a list of `SearchAttributeUpdate()`.
215
-
These can be created via value_set calls on search attribute keys:
215
+
These can be created via value_set calls on Search Attribute keys:
0 commit comments