Skip to content

Commit

Permalink
Update schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg authored May 11, 2024
1 parent a73e90a commit fc0c0a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/meds/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,6 @@ def patient_schema(per_event_properties_schema=pa.null()):
"etl_name": NotRequired[str],
"etl_version": NotRequired[str],
"code_metadata": NotRequired[CodeMetadata],
"meds_version": NotRequired[str],
},
)

0 comments on commit fc0c0a9

Please sign in to comment.