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-3
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ table_name | the name of the table
89
89
column_list | list of columns to copy
90
90
options | options passed to the COPY command in Postgres
91
91
s3_info | An aws_commons._s3_uri_1 composite type containing the bucket, file path and region information about the s3 object
92
-
credentials | An aws_commons._aws_credentials_1 composite type containing the access key, secret key, session token credentials
92
+
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`.
93
93
endpoint_url | optional endpoint to use (e.g., `http://localhost:4566`)
94
94
95
95
##### Example
@@ -282,7 +282,7 @@ Parameter | Description
282
282
----------|------------
283
283
query | query that returns the data to export
284
284
s3_info | An aws_commons._s3_uri_1 composite type containing the bucket, file path and region information about the s3 object
285
-
credentials | An aws_commons._aws_credentials_1 composite type containing the access key, secret key, session token credentials
285
+
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`.
286
286
options | options passed to the COPY command in Postgres
287
287
endpoint_url | optional endpoint to use (e.g., `http://localhost:4566`)
288
288
@@ -314,7 +314,7 @@ You can omit the credentials.
314
314
315
315
##### Example
316
316
317
-
#### Using the function table_import_from_s3 with all the parameters
317
+
#### Using the function query_export_to_s3 with all the parameters
0 commit comments