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

Connecting database models via ids #102

Open
KerstenBreuer opened this issue May 27, 2020 · 1 comment
Open

Connecting database models via ids #102

KerstenBreuer opened this issue May 27, 2020 · 1 comment
Labels
database enhancement enhance existing features oidc

Comments

@KerstenBreuer
Copy link
Collaborator

Currently, connections between database models are inferred via names (username, job_name, run_name, ...). To make querying more efficient names could be replaced by id (foreign keys).

Things to consider:

  • the ids should not be used anywhere outside of the database connectors
  • it might prohibit hybrid database use, e.g. managing users via OIDC and the rest via sqlalchemy
@KerstenBreuer KerstenBreuer added enhancement enhance existing features database oidc labels May 27, 2020
@KerstenBreuer
Copy link
Collaborator Author

Related to #98.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database enhancement enhance existing features oidc
Projects
None yet
Development

No branches or pull requests

1 participant