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>
] Usedefault
database 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>
]preview
option isfalse
by 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 role
behavior.
- The change of STS has a possibility to break the backward compatibility of
- [Enhancement] Introduce region variable for
Aws
to resolve region according toauth_method
option. - [New Feature] Add
workgroup
option. - [Breaking Change -
athena.query
] Remove theoutput
option as the deprecation is notified from before. - [Deprecated -
athena.ctas>
] Makeselect_query
deprecated. - [Note] Introduce
pro.civitaspo.digdag.plugin.athena.aws
package to divide dependencies about aws. - [Note] Use the Intellij formatter instead of spotless, so remove spotless from CI.