Skip to content

Commit c9d21ef

Browse files
committed
Do not generate specifically for Postgres in CI
The files generated with the standard composite-merged FK generator also include headers and are therefore suitable to be loaded into Postgres immediately.
1 parent bc41659 commit c9d21ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.circleci/config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ jobs:
7676
command: |
7777
tools/docker-run.sh --mode bi --scale-factor 0.003 --generate-factors
7878
mv out/ social-network-sf0.003-bi-composite-merged-fk/
79-
- run:
80-
name: Generate SF0.003 / BI / composite-merged CSVs for Postgres
81-
command: |
82-
tools/docker-run.sh --mode bi --scale-factor 0.003 --format-options header=true
83-
mv out/ social-network-sf0.003-bi-composite-merged-fk-postgres/
8479
- run:
8580
name: Generate SF0.003 / BI / composite-projected CSVs for Neo4j
8681
command: |

0 commit comments

Comments
 (0)