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
Hi. My situation is the following: I want to get, in a query, from which shard each row came from. This is because I don't have a rule for saving rows, since I only query on the dbs. And I can't tell from where each row came from using only the information in the database. So I made this small patch that fixes my issue.
de725a0 places "shard_id" in the QueryContext where it's accessible by the 0.7 version of the load() event. At that point the identifier can be associated with the objects in whatever way needed. Example updated in 3be8746
Migrated issue, originally created by Anonymous
Hi. My situation is the following: I want to get, in a query, from which shard each row came from. This is because I don't have a rule for saving rows, since I only query on the dbs. And I can't tell from where each row came from using only the information in the database. So I made this small patch that fixes my issue.
Attachments: horizontal_shard.py.patch
The text was updated successfully, but these errors were encountered: