Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@lwolczynski
Copy link
Contributor

@lwolczynski lwolczynski commented Mar 13, 2025

The set methods and tests will be added in the next MR, which will point to this one, so everything is merged back to the main at once.

Keeping those separate to avoid a huge MR. This is already somewhat big.

@samuel27m
Copy link
Member

samuel27m commented Mar 13, 2025

Overall, looks great to me! I don't see any issues. At the same time, I'm not well versed in Python so I might be missing something. Perhaps once we had the tests we could easily see issues, but I can't say for now

types[field.key] = field.value_type
self._data_attribute_types[wf_type] = types

def _register_search_attributes(self, wf: ObjectWorkflow):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might have missed it, but where/how does this get called.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like it's called in add_workflow

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 39!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

types[field.key] = field.value_type
self._data_attribute_types[wf_type] = types

def _register_search_attributes(self, wf: ObjectWorkflow):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like it's called in add_workflow

@lwolczynski
Copy link
Contributor Author

lwolczynski commented Mar 14, 2025

@N-give I made changes following your comments in !84 and tagged you there

@lwolczynski lwolczynski merged commit 36db192 into main Mar 17, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants