Skip to content

Commit

Permalink
Update load-statement.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
victorleeTG committed Jun 30, 2023
1 parent ff763e6 commit 37d9ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ddl-and-loading/partials/load-statement.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ The JSON loader ignores the order and accesses the fields by the nested key name

=== Loading Parquet Data

TigerGraph can load data from Parquet files if they are stored in AWS S3 buckets. For more details on how to set up S3 data sources and loading jobs, read the xref:tigergraph-server:data-loading:s3-loader-user-guide.adoc[AWS S3 Loader User Guide].
TigerGraph can load data from Parquet files if they are stored in AWS S3 buckets. For more details on how to set up S3 data sources and loading jobs, read the xref:3.4@tigergraph-server:data-loading:s3-loader-user-guide.adoc[AWS S3 Loader User Guide].
In the background TigerGraph uses the JSON loading functionality to read data from Parquet files, so the xref:creating-a-loading-job.adoc#_loading_json_data[JSON specific information] in the previous section applies.

In order to load Parquet data, you need to:
Expand All @@ -438,4 +438,4 @@ CREATE LOADING JOB parquet_load FOR GRAPH companyGraph {
}
RUN LOADING JOB parquet_load USING EOF="true"
----
----

0 comments on commit 37d9ddb

Please sign in to comment.