Skip to content

Releases: getindata/streaming-jupyter-integrations

Release 0.15.1

09 Nov 10:03
165b4e1

Choose a tag to compare

[0.15.1] - 2023-11-09

Added

  • Do not inline SQL queries. Error message shows correct line and column.

Release 0.15.0

02 Nov 08:06
dbf7eb0

Choose a tag to compare

[0.15.0] - 2023-11-02

Added

  • Support Flink 1.18

Release 0.14.5

03 Oct 14:09
72991f4

Choose a tag to compare

[0.14.5] - 2023-10-03

Fixed

  • Improved performance of flink_show_table_tree command by parallelism.

Release 0.14.4

22 Sep 20:15

Choose a tag to compare

[0.14.4] - 2023-09-22

Fixed

  • Hide pandas FutureWarnings.

Release 0.14.3

18 Sep 09:24
83f3607

Choose a tag to compare

[0.14.3] - 2023-09-18

Fixed

  • Fix pandas DataFrame row numbers.

Release 0.14.2

15 Sep 12:10
0c3d5de

Choose a tag to compare

[0.14.2] - 2023-09-15

Added

  • Search environment variables when resolving user variables.

Release 0.14.1

28 Jun 11:34

Choose a tag to compare

[0.14.1] - 2023-06-28

Fixed

  • Use pandas concat instead of deprecated append.

Release 0.14.0

19 May 08:55
2efd242

Choose a tag to compare

[0.14.0] - 2023-05-19

Added

  • Add %flink_execute_sql_set command which allows to run multiple inserts in statement set

Release 0.13.5

14 Mar 12:26

Choose a tag to compare

[0.13.5] - 2023-03-13

Fixed

  • Fixed displaying results of metadata queries.

Added

  • Add type parameter for %flink_show_table_tree, either tree (default) or json.

Release 0.13.4

24 Feb 12:43
652183e

Choose a tag to compare

[0.13.4] - 2023-02-24

Fixed

  • Fixed query interruption.