Skip to content

Version 1.1.3

Compare
Choose a tag to compare
@ueshin ueshin released this 24 Aug 23:19
· 37 commits to 1.1.latest since this release

Features

  • Support Python 3.10 (#158)
  • Add connection_parameters for databricks-sql-connector connection parameters (#135)
    • This can be used to customize the connection by setting additional parameters.
    • The full parameters are listed at Databricks SQL Connector for Python.
    • Currently, the following parameters are reserved for dbt-databricks. Please use the normal credential settings instead.
      • server_hostname
      • http_path
      • access_token
      • session_configuration
      • catalog
      • schema