Skip to content

Commit

Permalink
enbale ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jasinliu committed Oct 25, 2024
1 parent 305cca5 commit cda2487
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cli/import.mini.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
graphar:
path: /workspaces/incubator-graphar/graphar/movie
path: /temp/graphar/movie
name: MovieGraph

import_schema:
Expand All @@ -13,7 +13,7 @@ import_schema:
- name: born
data_type: int64
sources:
- path: /workspaces/incubator-graphar/testing/neo4j/data/Person.parquet
- path: ../testing/neo4j/data/Person.parquet
columns:
name: name
born: born
Expand All @@ -26,7 +26,7 @@ import_schema:
- name: tagline
data_type: string
sources:
- path: /workspaces/incubator-graphar/testing/neo4j/data/Movie.orc
- path: ../testing/neo4j/data/Movie.orc
columns:
title: title
tagline: tagline
Expand All @@ -37,7 +37,7 @@ import_schema:
dst_type: Movie
dst_prop: title
sources:
- path: /workspaces/incubator-graphar/testing/neo4j/data/Person_WROTE_Movie.csv
- path: ../testing/neo4j/data/Person_WROTE_Movie.csv
columns:
name: name
title: title
Expand All @@ -47,7 +47,7 @@ import_schema:
dst_type: Movie
dst_prop: title
sources:
- path: /workspaces/incubator-graphar/testing/neo4j/data/Person_ACTED_IN_Movie.json
- path: ../testing/neo4j/data/Person_ACTED_IN_Movie.json
columns:
name: name
title: title
Expand All @@ -63,7 +63,7 @@ import_schema:
- name: summary
data_type: string
sources:
- path: /workspaces/incubator-graphar/testing/neo4j/data/Person_REVIEWED_Movie.csv
- path: ../testing/neo4j/data/Person_REVIEWED_Movie.csv
columns:
name: name
title: title
Expand Down

0 comments on commit cda2487

Please sign in to comment.