Releases: civitaspo/digdag-operator-athena
Releases · civitaspo/digdag-operator-athena
0.4.0
0.3.2
0.3.1
0.3.0
- [Breaking change --
athena.ctas>] Remove output option which has been deprecated since v0.2.2. - [Breaking change --
athena.ctas>] Remove select_query option which has been deprecated since v0.2.0. - [Note --
athena.ctas>] Replace com.google.common.base.Optional -> scala.Option. - [Enhancement --
athena.ctas>] Add/as suffix if location option does not have. - [Change --
athena.ctas>] Useathena.drop_table>operator instead ofathena.query>operator when deleting the table.- This change is to reduce the number of query executions.
athena.ctas>operator depends on Glue privileges by this change.
- [Note --
athena.ctas>] Usedefaultdatabase if not database option specified.
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
- [New Feature] Add
athena.apas>operator. - [Enhancement] Use scala 2.13.0
- [New Feature]
athena.add_partition>operator - [New Feature]
athena.drop_partition>operator - [New Feature]
athena.drop_table>operator - [Enhancement] Suppress aws-java-sdk log
- [Note] Use aws-java-sdk-glue for catalog operations.
- [Breaking Change -
athena.query>]previewoption isfalseby default. - [Enhancement -
athena.ctas>] Remove;from the query. - [Enhancement] Create wrappers for aws-java-sdk for the readability and the separation of responsibilities.
- The change of STS has a possibility to break the backward compatibility of
assume rolebehavior.
- The change of STS has a possibility to break the backward compatibility of
- [Enhancement] Introduce region variable for
Awsto resolve region according toauth_methodoption. - [New Feature] Add
workgroupoption. - [Breaking Change -
athena.query] Remove theoutputoption as the deprecation is notified from before. - [Deprecated -
athena.ctas>] Makeselect_querydeprecated. - [Note] Introduce
pro.civitaspo.digdag.plugin.athena.awspackage to divide dependencies about aws. - [Note] Use the Intellij formatter instead of spotless, so remove spotless from CI.