feat: add dataset dimensions to chart records#5939
Merged
Conversation
Member
Author
1 task
Contributor
|
Quick links (staging server):
Login:
Archive:SVG tester:Number of differences (graphers): 0 ✅ Edited: 2026-02-05 10:53:29 UTC |
4a775e0 to
9b03113
Compare
Member
Author
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9b03113e31
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
9b03113 to
d164e04
Compare
This was referenced Jan 20, 2026
00aaf00 to
ecc783d
Compare
9e12ef0 to
ee8bff1
Compare
ecc783d to
2e14960
Compare
1 task
ee8bff1 to
77888f5
Compare
2e14960 to
73dc2a9
Compare
dedf9b2 to
2645770
Compare
ikesau
reviewed
Jan 29, 2026
f47e1c1 to
16ee01a
Compare
1 task
16ee01a to
ba4d7e2
Compare
ba4d7e2 to
18e9957
Compare
18e9957 to
c61b2f0
Compare
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add ETL dataset dimensions to Algolia search index
This PR adds ETL dataset dimensions to the Algolia search index to enable faceting by dataset namespace, version, name and producer. These dimensions are extracted from variable catalog paths and added to chart, explorer, and multi-dimensional view records. Producers come from the DB.
The changes:
Testing guidance
Verify that chart records in the Algolia index now include the new fields:
datasetNamespacesdatasetVersionsdatasetProductsdataProducersThe easiest is to use the preview feature added in the next PR up the stack #5940.