## Is your feature request related to a problem? Please describe <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Adjust `d_b_workspace_instance.attributedTeamId` to be not Team-specific, so that it can also explicitly include attributed User IDs when relevant. This way, the `usage` component can simply group by this "attribution ID" without needing to join with other tables. ## Describe the behaviour you'd like <!-- A clear and concise description of what you want to happen. --> ## Describe alternatives you've considered <!-- A clear and concise description of any alternative solutions or features you've considered. --> ## Additional context <!-- Add any other context or screenshots about the feature request here. --> Optionally, we can also back-fill attribution IDs in the production DB from when the column was first deployed (as an ad-hoc, one-time prod DB fix).