Skip to content

Commit 711cf6c

Browse files
authored
Merge pull request #52 from chicagopcdc/pcdc_dev
Pcdc dev
2 parents 8c18d29 + 2a40fc0 commit 711cf6c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ see the README in that folder for more details.
5353
## Gen3 graph data flow
5454

5555
<img src="docs/Gen3 graph data flow.png" width="70%">
56+
57+
## Submitter ID
58+
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.

poetry.lock

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authlib = "*" # let authutils decide which version we're using
1515
authutils = ">=6.0.0"
1616
boto = ">=2.39.0"
1717
datamodelutils = ">=1.0.0"
18-
dictionaryutils = ">=3.2.0"
18+
dictionaryutils = ">=3.4.6"
1919
envelopes = ">=0.4"
2020
# flask 2.2.0 removes `RequestContext.preserved` which we use in a workaround in `conftest.client`
2121
Flask = ">=1.1.1,<2.2.0"

0 commit comments

Comments
 (0)