Skip to content

Releases: civitaspo/digdag-operator-athena

0.1.5

11 Dec 03:59
ba6df44
Compare
Choose a tag to compare
  • [Enhancement] Expose more logs when loading queries.
  • [Enhancement] Use an unique table name as default in athena.ctas>

0.1.4

07 Dec 10:15
947be0f
Compare
Choose a tag to compare
  • [New Feature] Add supporting to use Amazon S3 file for query execution

0.1.3

07 Dec 08:58
aaf0446
Compare
Choose a tag to compare
  • [Fix] All queries are executed as a new query, even if the same query is executed in the same digdag session.

0.1.2

07 Dec 07:06
7324d99
Compare
Choose a tag to compare
  • [Fix] athena.ctas> Use normalized table name by default.

0.1.1

07 Dec 05:15
39fb536
Compare
Choose a tag to compare
  • [Fix] athena.ctas> Skip removing objects if removable targets do not exist.

0.1.0

19 Oct 21:00
e28fca2
Compare
Choose a tag to compare
  • [New Feature] Add athena.ctas> operator
  • [Breaking Change] Remove keep_metadata and save_mode option from athena.query operator.
  • [Change] Change output option in athena.query to not required
  • [Deprecated] Change output option in athena.query to deprecated

0.0.6

14 Oct 04:07
f5fcac1
Compare
Choose a tag to compare
  • [Deprecated] Add warning messages for keep_metadata and save_mode for athena.query operator.

0.0.5

22 Sep 18:27
3aa993a
Compare
Choose a tag to compare
  • [New Feature] Add athena.preview operator
  • [New Feature] Add preview option for athena.query operator. This option is true, then run athena.preview operator after athena.query is executed.
  • [Enhancement] Add athena.remove_metadata operator for internal use. athena.query execute this when keep_metadata is false after athena.preview operator because athena.preview requires matadata.

0.0.4

13 Aug 05:24
96a3b96
Compare
Choose a tag to compare
  • [Fix] Make output not uri encoded

0.0.3

12 Aug 23:33
e35e83c
Compare
Choose a tag to compare
  • [New Feature / Destructive Change] Add keep_metadata option to indicate whether metadata file is expected to be kept on S3. This opiton is false 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.