-
Notifications
You must be signed in to change notification settings - Fork 1
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
Schema integration for xDD connections #93
Conversation
This includes migration to the
There are a few inconsistencies remaining to be addressed
|
* main: pull in tile-utils migrations via a git submodule grant access on tileserver schemas to macrostrat user add import for new migration Add tileserver migrations to migration system
… macrostrat-xdd-integration * origin/macrostrat-xdd-integration: Format code and sort imports
* main: Format code and sort imports Fixed paleogeography submodule loading Change some references to macrostrat.map_scale to maps.map_scale Added migration for custom type Started the process of fixing dependency between mariadb migrations and map_scale custom type Changed the dependencies of the baseline migration Rename function for 'ad-hoc scripts' to separate more clearly from migrations
* main: Format code and sort imports Updated test subsystem help Move runtime tests to a clearer location Added a simple runtime test runner Initial runtime test runs with Pytest
A couple of thoughts and questions about the updated schema:
|
@sarda-devesh to respond to these points in order:
|
|
@sarda-devesh some additional complexities to think about with user feedback:
I think this could be accomplished by each entity and relationship having a |
maybe the CREATE TABLE entity_set (
id,
user_id,
model_version,
timestamp,
CHECK user_id IS NOT NULL OR model_version IS NOT NULL
); I think this is similar to what you were proposing/ |
In that case, I think that the Yeah - I was thinking that |
For the |
@davenquinn I added a field called
Is that fine? I still use the |
Hey @sarda-devesh – the The The thing that worries me about merging the |
|
The nice thing about a |
Just bumping that I don't have permissions for the tables |
Starting point to address the schema and management elements of #90, to support