-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Add catalogPath to mdims #4576
base: graphite-base/4576
Are you sure you want to change the base?
Add catalogPath to mdims #4576
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
await deleteGrapherConfigFromR2( | ||
R2GrapherConfigDirectory.multiDim, | ||
`${multiDim.slug}.json` | ||
) | ||
await retrieveMultiDimConfigFromDbAndSaveToR2(knex, multiDim.id) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to catalog path, I just forgot to do this in the previous PR.
b6d81b2
to
b87e787
Compare
e36a891
to
0306200
Compare
Quick links (staging server):
Login:
SVG tester:Number of differences (default views): 0 ✅ Edited: 2025-02-19 11:18:04 UTC |
* Catalog path will now be the main ID used by ETL * It's temporarily allowed to be null; we'll disallow that once existing data is migrated * Slug is now allowed to be null, since it will be only set in admin at some point * For that reason we'll use the catalog path as a slug for previews of mdims in the admin, i.e. `/admin/grapher/{catalogPath}`
b87e787
to
16b157f
Compare
data is migrated
some point
mdims in the admin, i.e.
/admin/grapher/{catalogPath}