Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg committed Aug 15, 2024
1 parent c39ec3b commit 0696806
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ dataset_metadata = {
"etl_name": {"type": "string"},
"etl_version": {"type": "string"},
"meds_version": {"type": "string"},
"created_at": {"type": "string"},
},
}

Expand All @@ -173,6 +174,7 @@ DatasetMetadata = TypedDict(
"etl_name": NotRequired[str],
"etl_version": NotRequired[str],
"meds_version": NotRequired[str],
"created_at": NotRequired[str],
},
total=False,
)
Expand Down

0 comments on commit 0696806

Please sign in to comment.