Releases: civitaspo/digdag-operator-athena
Releases · civitaspo/digdag-operator-athena
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.6
0.0.5
- [New Feature] Add
athena.preview
operator - [New Feature] Add
preview
option forathena.query
operator. This option is true, then runathena.preview
operator afterathena.query
is executed. - [Enhancement] Add
athena.remove_metadata
operator for internal use.athena.query
execute this whenkeep_metadata
is false afterathena.preview
operator becauseathena.preview
requires matadata.
0.0.4
0.0.3
- [New Feature / Destructive Change] Add
keep_metadata
option to indicate whether metadata file is expected to be kept on S3. This opiton isfalse
by default, so the behaviour is changed when you use the same configuration as the prior version than this version. Please be careful. - [New Feature / Destructive Change] Add
save_mode
option to specify the expected behavior of saving the query results. This option is"overwrite"
by default, so the behaviour is changed when you use the same configuration as the prior version than this version. Please be careful.