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

Update demos to use new metadata #2131

Closed
amontanez24 opened this issue Jul 15, 2024 · 0 comments · Fixed by #2186
Closed

Update demos to use new metadata #2131

amontanez24 opened this issue Jul 15, 2024 · 0 comments · Fixed by #2186
Assignees
Labels
feature:metadata Related to describing the dataset feature request Request for a new feature
Milestone

Comments

@amontanez24
Copy link
Contributor

amontanez24 commented Jul 15, 2024

Problem Description

Our demo module should use the new metadata class once #2104 is complete.

Expected behavior

  • Add a json for the new metadata structure.
  • Write and run a script to update all demo zips to contain the new json structure
  • Update download_demo to return the new class

Additional context

  • The script to update the metadata doesn't need to be added to the library
  • Updating the metadata follows a different set of steps for each modality:

Single table and sequential

  • We want to convert the json to that of multi-table metadata. To do this we need to create a dictionary mapping table names to the single table metadata.
    • You can use the csv name as the table name.
  • Update the METADATA_SPEC_VERSION

Multi table

  • Update the METADATA_SPEC_VERSION
@amontanez24 amontanez24 added feature request Request for a new feature feature:metadata Related to describing the dataset labels Jul 15, 2024
@amontanez24 amontanez24 added this to the 1.17.0 milestone Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature:metadata Related to describing the dataset feature request Request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants