Skip to content

Releases: getindata/dbt-flink-adapter

Release 1.3.11

19 Mar 10:46
Compare
Choose a tag to compare

[1.3.11] - 2024-03-19

  • Handling job_state (running, suspended)

Release 1.3.10

06 Mar 15:09
Compare
Choose a tag to compare

[1.3.10] - 2024-03-06

  • Handling flink job upgrade_mode (savepoint, stateless)

Release 1.3.9

06 Mar 12:33
Compare
Choose a tag to compare

[1.3.9] - 2024-03-06

  • Flink upgrade to 1.17 (minimal required version)
  • Handling execution config.
  • Job management (stop job with savepoint, initialize with savepoint).
  • Drop table between restart.

Release 1.3.8

16 Feb 10:05
Compare
Choose a tag to compare

[1.3.8] - 2023-02-16

  • Support computed / metadata column

Release 1.3.7

03 Feb 12:16
Compare
Choose a tag to compare

[1.3.7] - 2023-02-03

  • Fix link to repository in README.md

Release 1.3.6

31 Jan 13:11
Compare
Choose a tag to compare

[1.3.6] - 2023-01-31

  • #44 Add possibility to extract default connector properties to dbt_project.yml

Release 1.3.5

21 Jan 17:18
Compare
Choose a tag to compare

[1.3.5] - 2023-01-21

  • Changelog added
  • Implement handling for dbt test in streaming cases.