Skip to content

Commit

Permalink
[#] Load_Lens Load_Farcaster
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongFuze committed Sep 29, 2024
1 parent e0e28dd commit 81b9bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/script/farcaster_graphdb_loading.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREATE LOADING JOB Load_Ens FOR GRAPH SocialGraph {
CREATE LOADING JOB Load_Farcaster FOR GRAPH SocialGraph {
LOAD "/home/tigergraph/shared_data/import_graphs/farcaster/Identities.csv"
TO VERTEX Identities VALUES($"primary_id", $"primary_id", $"platform", $"identity", $"update_time") USING SEPARATOR="\t", HEADER="true", EOL="\n";
LOAD "/home/tigergraph/shared_data/import_graphs/farcaster/IdentitiesGraph.csv"
Expand Down
2 changes: 1 addition & 1 deletion src/script/lens_graphdb_loading.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREATE LOADING JOB Load_Ens FOR GRAPH SocialGraph {
CREATE LOADING JOB Load_Lens FOR GRAPH SocialGraph {
LOAD "/home/tigergraph/shared_data/import_graphs/lens/Identities.csv"
TO VERTEX Identities VALUES($"primary_id", $"primary_id", $"platform", $"identity", $"update_time") USING SEPARATOR="\t", HEADER="true", EOL="\n";
LOAD "/home/tigergraph/shared_data/import_graphs/lens/IdentitiesGraph.csv"
Expand Down

0 comments on commit 81b9bfc

Please sign in to comment.