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-2
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ _export:
15
15
repositories:
16
16
- https://jitpack.io
17
17
dependencies:
18
-
- pro.civitaspo:digdag-operator-athena:0.2.1
18
+
- pro.civitaspo:digdag-operator-athena:0.2.2
19
19
athena:
20
20
auth_method: profile
21
21
@@ -200,7 +200,8 @@ Nothing
200
200
- **database**: The database name for query execution context. (string, optional)
201
201
- **table**: The table name for the new table (string, default: `digdag_athena_ctas_${session_uuid.replaceAll("-", "")}_${random}`)
202
202
- **workgroup**: The name of the workgroup in which the query is being started. (string, optional)
203
-
- **output**: Output location for data created by CTAS (string, default: `"s3://aws-athena-query-results-${AWS_ACCOUNT_ID}-<AWS_REGION>/Unsaved/${YEAR}/${MONTH}/${DAY}/${athena_query_id}/"`)
203
+
- **output**: [**Deprecated**] Use **location** option instead.
204
+
- **location**: Output location for data created by CTAS (string, default: `"s3://aws-athena-query-results-${AWS_ACCOUNT_ID}-<AWS_REGION>/Unsaved/${YEAR}/${MONTH}/${DAY}/${athena_query_id}/"`)
204
205
- **format**: The data format for the CTAS query results, such as `"orc"`, `"parquet"`, `"avro"`, `"json"`, or `"textfile"`. (string, default: `"parquet"`)
205
206
- **compression**: The compression type to use for `"orc"` or `"parquet"`. (string, default: `"snappy"`)
206
207
- **field_delimiter**: The field delimiter for files in CSV, TSV, and text files. This option is applied only when **format** is specific to text-based data storage formats. (string, optional)
0 commit comments