Skip to content

Commit 89d4af5

Browse files
authored
add examples
1 parent fb8648d commit 89d4af5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ jobs:
3434
- ./venv
3535
key: v1-dependencies-{{ checksum "requirements.txt" }}
3636

37+
-run:
38+
examples:
39+
command: |
40+
python3 bulk_insert.py -n ./example/Person.csv -n ./example/Country.csv -r ./example/KNOWS.csv -r ./example/VISITED.csv Visits
41+
python3 bulk_insert.py -n ./example2/Robots.csv Robots

0 commit comments

Comments
 (0)