Skip to content

Commit 19cf2f4

Browse files
committed
fix: Add initial_columns to blood.tsv rule to match spec
1 parent 242e330 commit 19cf2f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/schema/rules/tabular_data/pet.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Blood:
44
- datatype == "pet"
55
- suffix == "blood"
66
- extension == ".tsv"
7+
initial_columns: [time]
78
columns:
89
time: required
910
plasma_radioactivity:

0 commit comments

Comments
 (0)