Skip to content

Commit a4915dc

Browse files
Victor LeeVictor Lee
Victor Lee
authored and
Victor Lee
committed
DOC-2349-gsql 3.6
1 parent bb06cb8 commit a4915dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/ddl-and-loading/pages/running-a-loading-job.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This is a boolean parameter. The loader has two modes: streaming mode (`"False"`
111111

112112
=== Running Loading Jobs as REST Requests
113113

114-
Another way to run a loading job is through the `+POST /ddl/{graph_name}+` endpoint of the REST{pp} server. Since the REST{pp} server has more direct access to the graph processing engine, this can execute more quickly than a `RUN LOADING JOB` statement in GSQL. For details on how to use the endpoint, please see xref:3.2@tigergraph-server:API:built-in-endpoints.adoc#_run_a_loading_job[Run a loading job].
114+
Another way to run a loading job is through the `+POST /ddl/{graph_name}+` endpoint of the REST{pp} server. Since the REST{pp} server has more direct access to the graph processing engine, this can execute more quickly than a `RUN LOADING JOB` statement in GSQL. For details on how to use the endpoint, please see xref:{page-component-version}@tigergraph-server:API:built-in-endpoints.adoc#_run_a_loading_job[Run a loading job].
115115

116116
== Inspecting and Managing Loading Jobs
117117

modules/tutorials/pages/pattern-matching/adv/dml.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ In general, data modification can be at two levels in GSQL:
1818

1919
Pattern matching Insert is supported at both the top-level and within-SELECT levels, using the same syntax as in classic GSQL. You can insert vertices and edges.
2020

21-
* For a top-level statement, use xref:3.2@gsql-ref:querying:data-modification-statements.adoc#_insert_into_statement[INSERT INTO],
22-
* Inside an ACCUM or POST-ACCUM clause, use the xref:3.2@gsql-ref:querying:data-modification-statements.adoc#_dml_sub_insert[DML-sub INSERT] statement.
21+
* For a top-level statement, use xref:querying:data-modification-statements.adoc#_insert_into_statement[INSERT INTO],
22+
* Inside an ACCUM or POST-ACCUM clause, use the xref:querying:data-modification-statements.adoc#_dml_sub_insert[DML-sub INSERT] statement.
2323

2424
*Example 1.* Create a Person vertex, whose name is Tiger Woods. Next, find Viktor's favorite 2012 posts' authors, whose last name is prefixed with S. Finally, insert Knows edges connecting Tiger Woods with Viktor's favorite authors.
2525

0 commit comments

Comments
 (0)