streaming-jupyter-integrations

JupyterNotebook Flink magics

APACHE-2.0 License

Downloads
590
Stars
16

Bot releases are visible (Hide)

streaming-jupyter-integrations - Release 0.8.2

Published by github-actions[bot] about 2 years ago

[0.8.2] - 2022-10-07

Changed

  • Update Apache Flink dependency to 1.15.2.
streaming-jupyter-integrations - Release 0.8.1

Published by github-actions[bot] about 2 years ago

[0.8.1] - 2022-10-07

Fixed

  • Do not add comments to the inline query
streaming-jupyter-integrations - Release 0.8.0

Published by github-actions[bot] about 2 years ago

[0.8.0] - 2022-10-05

Added

  • Enable users to display catalogs, databases, tables and columns as an expandable tree by running %flink_show_table_tree command.
streaming-jupyter-integrations - Release 0.7.0

Published by github-actions[bot] about 2 years ago

[0.7.0] - 2022-09-23

Added

  • Support for python 3.7
streaming-jupyter-integrations - Release 0.6.2

Published by github-actions[bot] about 2 years ago

[0.6.2] - 2022-09-14

Fixed

  • Do not throw if secrets is nonexistent in the streaming CLI config file.
streaming-jupyter-integrations - Release 0.6.1

Published by github-actions[bot] about 2 years ago

[0.6.1] - 2022-09-14

Fixed

  • Ensure _secrets variable is set at the beginning of magics initialization.
streaming-jupyter-integrations - Release 0.6.0

Published by github-actions[bot] about 2 years ago

[0.6.0] - 2022-09-13

Changed

  • Read variable marked with ${VARIABLE_NAME} from environment variables, if it exists. Otherwise, ask user using getpass module.

Fixed

  • Ensure that jars directory exists before plugins loading.
streaming-jupyter-integrations - Release 0.5.0

Published by github-actions[bot] about 2 years ago

[0.5.0] - 2022-09-12

Added

  • Use getpass to read variables marked with ${VARIABLE_NAME} from user input.
  • Load secret from file using %load_secret_file magic.
  • Load secrets from files listed in .streaming_config.yml file.
streaming-jupyter-integrations - Release 0.4.0

Published by github-actions[bot] about 2 years ago

[0.4.0] - 2022-08-25

Fixed

  • Make Jupyter update DataFrame with the data polled by Flink in real time.
streaming-jupyter-integrations - Release 0.3.0

Published by github-actions[bot] about 2 years ago

[0.3.0] - 2022-08-22

Added

  • Using init.sql as the initialization script.
  • Use plugin to run jar providers on initialization.

Fixed

  • Make SQL syntax highlighting available in JupyterLab.
  • Make Magics recognize DESCRIBE and SHOW keywords as queries.
streaming-jupyter-integrations - Release 0.2.1

Published by github-actions[bot] about 2 years ago

[0.2.1] - 2022-08-02

Changed

  • Update Apache Flink dependency to 1.15.1.
streaming-jupyter-integrations - Release 0.2.0

Published by github-actions[bot] over 2 years ago

[0.2.0] - 2022-07-06

Changed

  • Update Apache Flink dependency to 1.15.
streaming-jupyter-integrations - Release 0.1.6

Published by github-actions[bot] over 2 years ago

[0.1.6] - 2022-06-17

Added

  • StreamingEnvironment uses flink-conf.yaml properties.
streaming-jupyter-integrations - Release 0.1.5

Published by github-actions[bot] over 2 years ago

[0.1.5] - 2022-05-11

streaming-jupyter-integrations - Release 0.1.4

Published by github-actions[bot] over 2 years ago

[0.1.4] - 2022-05-10

streaming-jupyter-integrations - Release 0.1.3

Published by github-actions[bot] over 2 years ago

[0.1.3] - 2022-05-09

  • First release