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
Being able to leverage global object identification can be extremely helpful in reducing complexity and improve DRY on the client. the usefulness increases with multi source setups.
Implementing this is not always possible however:
Limited control of downstream sources (especially when they are third party) prevents ensuring global uniqueness of keys
Even with full control of downstream sources it might not always be feasible to rebuild them to support global unique ids
Even with only a single source, it might not even support unique ids across types (auto increment int ids etc.)
Being able to leverage global object identification can be extremely helpful in reducing complexity and improve DRY on the client. the usefulness increases with multi source setups.
Implementing this is not always possible however:
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: