Skip to content

Commit

Permalink
Merge pull request #49 from uc-cdis/integration202308
Browse files Browse the repository at this point in the history
Integration202308
  • Loading branch information
grugna authored Aug 29, 2023
2 parents a3e790f + ffe7e4f commit 2a40fc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ see the README in that folder for more details.
## Gen3 graph data flow

<img src="docs/Gen3 graph data flow.png" width="70%">

## Submitter ID
Sheepdog requires the `submitter_id` to be unique per node per project. It means that, the `submitter_id` of all `case` nodes must be unique per project. This constraint was technically enforced by the unique index of `(project_id, submitter_id)` in every node table.
5 changes: 2 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authlib = "*" # let authutils decide which version we're using
authutils = ">=6.0.0"
boto = ">=2.39.0"
datamodelutils = ">=1.0.0"
dictionaryutils = ">=3.2.0"
dictionaryutils = ">=3.4.6"
envelopes = ">=0.4"
# flask 2.2.0 removes `RequestContext.preserved` which we use in a workaround in `conftest.client`
Flask = ">=1.1.1,<2.2.0"
Expand Down

0 comments on commit 2a40fc0

Please sign in to comment.