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

Modify spanner query to get Feature Keys for each data point [Missing one implementation] #1109

Open
jcscottiii opened this issue Jan 27, 2025 · 0 comments

Comments

@jcscottiii
Copy link
Collaborator

For the missing one implementation chart, we only show the count per timestamp. It would be great to include the feature keys (and maybe names as metadata)

You will want to try things out in Spanner Studio in GCP.

Some options to try:

  1. Modify the spanner query to return an additional column where it is an array of the data we want.
  2. Modify the spanner query to not do the aggregation count in spanner but to return the array and we do the counting client side.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant