We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d4af5 commit cc26e8eCopy full SHA for cc26e8e
.circleci/config.yml
@@ -35,7 +35,7 @@ jobs:
35
key: v1-dependencies-{{ checksum "requirements.txt" }}
36
37
-run:
38
- examples:
+ name: 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