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 fb8648d commit 89d4af5Copy full SHA for 89d4af5
.circleci/config.yml
@@ -34,3 +34,8 @@ jobs:
34
- ./venv
35
key: v1-dependencies-{{ checksum "requirements.txt" }}
36
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