Skip to content

Commit

Permalink
unignore test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mahiki committed Aug 21, 2023
1 parent 184f583 commit bfb4067
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ memo_store.toml
prefect.db
prefect.db-shm
prefect.db-wal

!test/artifacts/**/*.csv
7 changes: 7 additions & 0 deletions test/artifacts/local-fs-block/data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
flag,boo,amt,qty,ship,item,day
0,false,19.0,1,0.5,B001,2021-01-01
1,true,11.0,4,0.5,B001,2021-01-01
0,false,35.5,1,1.5,B020,2112-12-12
1,true,32.5,3,0.55,B020,2020-10-20
0,false,5.99,21,0.0,BX00,2021-05-04
1,true,5.99,109,1.99,BX00,1984-07-04

0 comments on commit bfb4067

Please sign in to comment.