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

Add catalogPath to datasets table in MySQL #3423

Open
Marigold opened this issue Oct 17, 2024 · 0 comments
Open

Add catalogPath to datasets table in MySQL #3423

Marigold opened this issue Oct 17, 2024 · 0 comments

Comments

@Marigold
Copy link
Collaborator

Marigold commented Oct 17, 2024

Right now we have to construct it ourselves as grapher/{namespace}/{version}/{shortName}. It'd be nice to have it there as a column, similarly to datasets.variables.

Implementation

  • Fill catalogPath when upserting datasets to MySQL. Use the path to check if a dataset should be updated or inserted.
  • Add an extra column tables with a list of tables in dataset (as JSON)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant