Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@gbrueckl gbrueckl released this 14 Apr 14:37
· 41 commits to master since this release

v2.1.0:

  • introduced a new notebook type for Scala, SQL and R
  • removed interactive notebook kernel as it never really worked
    • replaced it with new Databricks kernel to work with the new notebook type
  • added a new Button for JSON files to Send to Databricks API
    • create/update cluster
    • create/overwrite/update job
  • added support for SQL widgets
  • fixed an issue with Databricks Connection Manager wich was broken due to some changes in the Databricks extension (#143)
  • fix issue with named parameters in widgets (#128)
  • minor fix to handle pip install more generic
  • removed support for code cells which never really worked