Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support hierarchical partition keys in Cosmos provider #33536

Merged
merged 2 commits into from May 2, 2024

Conversation

ajcvickers
Copy link
Member

Fixes #28186
Fixes #28265
Fixes #33535

Also:

  • Allow non-string partition key values
  • Warn if no partition key has been defined
  • Use a value converter if needed for values passed to WithPartitionKey (This is probably a bug, but should be docced as a breaking change anyway.)

@ajcvickers ajcvickers requested a review from a team April 14, 2024 19:14
Copy link
Member

@AndriySvyryd AndriySvyryd left a comment

Choose a reason for hiding this comment

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

⬆️

Fixes #28186
Fixes #28265
Fixes #33535

Also:
- Allow non-string partition key values
- Warn if no partition key has been defined
- Use a value converter if needed for values passed to WithPartitionKey (This is probably a bug, but should be docced as a breaking change anyway.)

Updated based on review feedback
@ajcvickers ajcvickers merged commit a970d4f into main May 2, 2024
7 checks passed
@ajcvickers ajcvickers deleted the 240404_PartyKeys branch May 2, 2024 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants