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

Support for backing up/restoring domain values #38

Open
TristanDamron opened this issue Sep 15, 2022 · 0 comments
Open

Support for backing up/restoring domain values #38

TristanDamron opened this issue Sep 15, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@TristanDamron
Copy link
Collaborator

With #8, I noticed a bug where domain values were not being backed up/restored correctly. When you back up and restore a table schema that contains a domain, the restore task automatically assumes that the data type for that field is an ordinary whole number, resulting in data loss. Not every data set will have these data types, but it's common enough that we definitely should support it.

To fix this, we need to dump all domain values into the schema file for each table with a domain. The restore task shouldn't need a code change, but I may be mistaken about that.

@TristanDamron TristanDamron added the bug Something isn't working label Sep 15, 2022
@TristanDamron TristanDamron added this to the geoCML 0.2.0 milestone Sep 15, 2022
@TristanDamron TristanDamron added enhancement New feature or request and removed bug Something isn't working labels Aug 25, 2024
@TristanDamron TristanDamron modified the milestones: geoCML 0.3.0, Future Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant