Skip to content

Fixes

Fixes #17

Triggered via push March 27, 2024 21:15
Status Success
Total duration 16s
Artifacts

demo.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Demo: files/demo_invalid.yml#L1
schema at column 1: "schema", column "1:". The key "name" must be non-empty because the option "csv.header" = true.
Demo: files/demo_invalid.yml#L1
schema at column 1: "schema", column "1:". Expected type "string", actual "NULL" in .columns.1.name.
Demo: files/demo.csv#L1
csv.header at column 1: "csv.header" at line 1, column "1:". Property "name" is not defined in schema: "/github/workspace/files/demo_invalid.yml".
Demo: files/demo.csv#L1
csv.header at column "csv.header" at line 1. Columns not found in CSV: "1".
Demo: files/demo.csv#L6
length_min at column 0:Name "length_min" at line 6, column "0:Name". The length of the value "Carl" is 4, which is less than the expected "5".
Demo: files/demo.csv#L11
length_min at column 0:Name "length_min" at line 11, column "0:Name". The length of the value "Lois" is 4, which is less than the expected "5".
Demo: files/demo.csv#L5
num_max at column 2:Float "num_max" at line 5, column "2:Float". The value "74605.944" is greater than the expected "74605".
Demo: files/demo.csv#L6
date_min at column 3:Birthday "date_min" at line 6, column "3:Birthday". The date of the value "1955-05-14" is parsed as "1955-05-14 00:00:00 +00:00", which is less than the expected "1955-05-15 00:00:00 +00:00 (1955-05-15)".
Demo: files/demo.csv#L8
date_min at column 3:Birthday "date_min" at line 8, column "3:Birthday". The date of the value "1955-05-14" is parsed as "1955-05-14 00:00:00 +00:00", which is less than the expected "1955-05-15 00:00:00 +00:00 (1955-05-15)".
Demo: files/demo.csv#L9
date_max at column 3:Birthday "date_max" at line 9, column "3:Birthday". The date of the value "2010-07-20" is parsed as "2010-07-20 00:00:00 +00:00", which is greater than the expected "2009-01-01 00:00:00 +00:00 (2009-01-01)".