SET
command to specify the path to a configuration file for that data source.SET
command reads, validates, and applies the configuration file, integrating its settings into TigerGraph's dictionary. The data source configuration file's content, structured as a JSON object, describes the S3 credential settings, including the access key and secret key, as well as the AWS region. If a specific AWS region is not provided, TigerGraph will use the default region us-west-2
. A sample configuration file is shown in the following example:CREATE DATA_SOURCE
and SET
statements:${XX}
where XX represents a pattern from DateTimeFormatter
Java class.s3://my-bucket/${yyyy}
, it is converted tos3://my-bucket/2019
when running the loader. You can use as many as you like in the URIs, for instance:s3://my-bucket/${yyyy}/${MM}/${DD}/${HH}-${mm}