You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ table_name | the name of the table
91
91
column_list | list of columns to copy
92
92
options | options passed to the COPY command in Postgres
93
93
s3_info | An aws_commons._s3_uri_1 composite type containing the bucket, file path and region information about the s3 object
94
-
credentials | An aws_commons._aws_credentials_1 composite type containing the access key, secret key, session token credentials
94
+
credentials | An aws_commons._aws_credentials_1 composite type containing the access key, secret key, session token credentials. To omit a value, set it `null`.
95
95
endpoint_url | optional endpoint to use (e.g., `http://localhost:4566`)
96
96
97
97
##### Example
@@ -284,7 +284,7 @@ Parameter | Description
284
284
----------|------------
285
285
query | query that returns the data to export
286
286
s3_info | An aws_commons._s3_uri_1 composite type containing the bucket, file path and region information about the s3 object
287
-
credentials | An aws_commons._aws_credentials_1 composite type containing the access key, secret key, session token credentials
287
+
credentials | An aws_commons._aws_credentials_1 composite type containing the access key, secret key, session token credentials. To omit a value, set it `null`.
288
288
options | options passed to the COPY command in Postgres
289
289
endpoint_url | optional endpoint to use (e.g., `http://localhost:4566`)
290
290
@@ -316,7 +316,7 @@ You can omit the credentials.
316
316
317
317
##### Example
318
318
319
-
#### Using the function table_import_from_s3 with all the parameters
319
+
#### Using the function query_export_to_s3 with all the parameters
0 commit comments