<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Weekly Release Notes RecapHere’s a quick recap of the latest release notes updates from the past one week. Databricks platform release notesApril 20 -... in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/weekly-release-notes-recaphere-s-a-quick-recap-of-the-latest/m-p/5136#M4989</link>
    <description>&lt;P&gt;&lt;B&gt;Weekly Release Notes Recap&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Here’s a quick recap of the latest release notes updates from the past one week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/release-notes/product/index.html#databricks-platform-release-notes" alt="https://docs.databricks.com/release-notes/product/index.html#databricks-platform-release-notes" target="_blank"&gt;&lt;B&gt;&lt;U&gt;Databricks platform release notes&lt;/U&gt;&lt;/B&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;April 20 - 27, 2023&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Configure the Python formatter&lt;/B&gt;&lt;/P&gt;&lt;P&gt;For files and notebooks in Databricks Repos, you can now configure the Python formatter based on a Black specification. See &lt;A href="https://docs.databricks.com/notebooks/notebooks-code.html#format-python-cells" alt="https://docs.databricks.com/notebooks/notebooks-code.html#format-python-cells" target="_blank"&gt;&lt;U&gt;Format Python cells&lt;/U&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Workspace files are GA&lt;/B&gt;&lt;/P&gt;&lt;P&gt;You can now work with non-notebook files in Databricks. Workspaces files are enabled by default in all workspaces. See &lt;A href="https://docs.databricks.com/files/workspace.html" alt="https://docs.databricks.com/files/workspace.html" target="_blank"&gt;&lt;U&gt;What are workspace files?&lt;/U&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Cluster-scoped init scripts can now be stored in workspace files&lt;/B&gt;&lt;/P&gt;&lt;P&gt;You can now store cluster-scoped init scripts in workspace files, regardless of Databricks Runtime version used by your compute. Databricks recommends storing all cluster-scoped init scripts in workspace files. See &lt;A href="https://docs.databricks.com/files/workspace-init-scripts.html" alt="https://docs.databricks.com/files/workspace-init-scripts.html" target="_blank"&gt;&lt;U&gt;Store init scripts in workspace files&lt;/U&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/sql/release-notes/index.html#databricks-sql-release-notes" alt="https://docs.databricks.com/sql/release-notes/index.html#databricks-sql-release-notes" target="_blank"&gt;&lt;B&gt;&lt;U&gt;Databricks SQL release notes&lt;/U&gt;&lt;/B&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;April 20 - 27, 2023&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Databricks SQL Version 2023.20 Available&lt;/P&gt;&lt;P&gt;Rollout Schedule&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Preview rollout for 2023.20: Between Mar 15, 2023 and Mar 23, 2023&lt;/LI&gt;&lt;LI&gt;Current rollout for 2023.20: Between Mar 27, 2023 and Apr 3, 2023&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Changes in 2023.20&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Delta Lake schema evolution supports specifying source columns in merge statements.&lt;/LI&gt;&lt;LI&gt;Remove all NULL elements from an array using &lt;A href="https://docs.databricks.com/sql/language-manual/functions/array_compact.html" alt="https://docs.databricks.com/sql/language-manual/functions/array_compact.html" target="_blank"&gt;&lt;U&gt;array_compact&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;To append elements to an array, use &lt;A href="https://docs.databricks.com/sql/language-manual/functions/array_compact.html" alt="https://docs.databricks.com/sql/language-manual/functions/array_compact.html" target="_blank"&gt;&lt;U&gt;array_append&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;To anonymize sensitive string values, use the &lt;A href="https://docs.databricks.com/sql/language-manual/functions/mask.html" alt="https://docs.databricks.com/sql/language-manual/functions/mask.html" target="_blank"&gt;&lt;U&gt;mask function&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Common error conditions now return &lt;A href="https://docs.databricks.com/error-messages/sqlstates.html" alt="https://docs.databricks.com/error-messages/sqlstates.html" target="_blank"&gt;&lt;U&gt;SQLSTATE&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Invoke table-valued generator functions in the regular FROM clause of a query.&lt;/LI&gt;&lt;LI&gt;Use the from_protobuf and to_protobuf functions to exchange data between binary and struct types. See &lt;A href="https://docs.databricks.com/structured-streaming/protocol-buffers.html" alt="https://docs.databricks.com/structured-streaming/protocol-buffers.html" target="_blank"&gt;&lt;U&gt;Read and write protocol buffers&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Improved consistency for Delta commit behavior for empty transactions relating to update, delete, and merge commands.&lt;/LI&gt;&lt;LI&gt;Behavior change&lt;UL&gt;&lt;LI&gt;The lateral column alias feature introduces behavior changes during name resolution. See Breaking changes.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User interface updates&lt;/P&gt;&lt;P&gt;The features listed in this section are independent of the SQL Warehouse compute versions described in the &lt;A href="https://docs.databricks.com/sql/release-notes/index.html#channels" alt="https://docs.databricks.com/sql/release-notes/index.html#channels" target="_blank"&gt;&lt;U&gt;Channels&lt;/U&gt;&lt;/A&gt; section of the release notes.&lt;/P&gt;&lt;P&gt;April 20, 2023&lt;/P&gt;&lt;P&gt;Improvements:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Administrators can change warehouse owners using the user interface or the API. See &lt;A href="https://docs.databricks.com/sql/admin/transfer-ownership.html" alt="https://docs.databricks.com/sql/admin/transfer-ownership.html" target="_blank"&gt;&lt;U&gt;Transfer ownership of Databricks SQL objects&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Introduces new pivot tables that allow you to aggregate more than 64k results.&lt;/LI&gt;&lt;LI&gt;Databricks SQL tables and visualizations now support BigInt, 38bit Decimals, and non UTF-8 characters. For numbers, the default setting is now user-defined digit precision.&lt;/LI&gt;&lt;LI&gt;Autocomplete now suggests frequent past joins for Unity Catalog tables, powered by Unity Catalog lineage data in Databricks Runtime 12.0 and above.&lt;/LI&gt;&lt;LI&gt;Cloud Fetch is enabled by default in AWS workspaces with bucket versioning enabled. If you have bucket versioning enabled, Databricks recommends setting a lifecycle policy to automatically remove old versions of uploaded query results. See &lt;A href="https://docs.databricks.com/integrations/jdbc-odbc-bi.html#advanced-configurations" alt="https://docs.databricks.com/integrations/jdbc-odbc-bi.html#advanced-configurations" target="_blank"&gt;&lt;U&gt;Advanced configurations&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;New feature:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Return text generated by a selected large language model (LLM) given the prompt with &lt;A href="https://docs.databricks.com/sql/language-manual/functions/ai_generate_text.html" alt="https://docs.databricks.com/sql/language-manual/functions/ai_generate_text.html" target="_blank"&gt;&lt;U&gt;ai_generate_text&lt;/U&gt;&lt;/A&gt;. This function is only available as public preview on Databricks SQL Pro and Serverless. To participate in the public preview, populate and submit the &lt;A href="https://docs.google.com/forms/d/1f5txJXRzGG4nhLTvdYaMr11G6lAJ1C-FrJgXaqmHeUU/viewform?edit_requested=true" alt="https://docs.google.com/forms/d/1f5txJXRzGG4nhLTvdYaMr11G6lAJ1C-FrJgXaqmHeUU/viewform?edit_requested=true" target="_blank"&gt;&lt;U&gt;AI Functions Public Preview enrollment form&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/release-notes/runtime/releases.html#databricks-runtime-releases" alt="https://docs.databricks.com/release-notes/runtime/releases.html#databricks-runtime-releases" target="_blank"&gt;&lt;B&gt;&lt;U&gt;Databricks runtime releases&lt;/U&gt;&lt;/B&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;April 20 - 27, 2023&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User interface updates&lt;/P&gt;&lt;P&gt;The features listed in this section are independent of the SQL Warehouse compute versions described in the &lt;A href="https://docs.databricks.com/sql/release-notes/index.html#channels" alt="https://docs.databricks.com/sql/release-notes/index.html#channels" target="_blank"&gt;&lt;U&gt;Channels&lt;/U&gt;&lt;/A&gt; section of the release notes.&lt;/P&gt;&lt;P&gt;April 20, 2023&lt;/P&gt;&lt;P&gt;Improvements:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Administrators can change warehouse owners using the user interface or the API. See &lt;A href="https://docs.databricks.com/sql/admin/transfer-ownership.html" alt="https://docs.databricks.com/sql/admin/transfer-ownership.html" target="_blank"&gt;&lt;U&gt;Transfer ownership of Databricks SQL objects&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Introduces new pivot tables that allow you to aggregate more than 64k results.&lt;/LI&gt;&lt;LI&gt;Databricks SQL tables and visualizations now support BigInt, 38bit Decimals, and non UTF-8 characters. For numbers, the default setting is now user-defined digit precision.&lt;/LI&gt;&lt;LI&gt;Autocomplete now suggests frequent past joins for Unity Catalog tables, powered by Unity Catalog lineage data in Databricks Runtime 12.0 and above.&lt;/LI&gt;&lt;LI&gt;Cloud Fetch is enabled by default in AWS workspaces with bucket versioning enabled. If you have bucket versioning enabled, Databricks recommends setting a lifecycle policy to automatically remove old versions of uploaded query results. See &lt;A href="https://docs.databricks.com/integrations/jdbc-odbc-bi.html#advanced-configurations" alt="https://docs.databricks.com/integrations/jdbc-odbc-bi.html#advanced-configurations" target="_blank"&gt;&lt;U&gt;Advanced configurations&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;New feature:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Return text generated by a selected large language model (LLM) given the prompt with &lt;A href="https://docs.databricks.com/sql/language-manual/functions/ai_generate_text.html" alt="https://docs.databricks.com/sql/language-manual/functions/ai_generate_text.html" target="_blank"&gt;&lt;U&gt;ai_generate_text&lt;/U&gt;&lt;/A&gt;. This function is only available as public preview on Databricks SQL Pro and Serverless. To participate in the public preview, populate and submit the &lt;A href="https://docs.google.com/forms/d/1f5txJXRzGG4nhLTvdYaMr11G6lAJ1C-FrJgXaqmHeUU/viewform?edit_requested=true" alt="https://docs.google.com/forms/d/1f5txJXRzGG4nhLTvdYaMr11G6lAJ1C-FrJgXaqmHeUU/viewform?edit_requested=true" target="_blank"&gt;&lt;U&gt;AI Functions Public Preview enrollment form&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2023 09:21:05 GMT</pubDate>
    <dc:creator>Sujitha</dc:creator>
    <dc:date>2023-04-27T09:21:05Z</dc:date>
    <item>
      <title>Weekly Release Notes RecapHere’s a quick recap of the latest release notes updates from the past one week. Databricks platform release notesApril 20 -...</title>
      <link>https://community.databricks.com/t5/get-started-discussions/weekly-release-notes-recaphere-s-a-quick-recap-of-the-latest/m-p/5136#M4989</link>
      <description>&lt;P&gt;&lt;B&gt;Weekly Release Notes Recap&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Here’s a quick recap of the latest release notes updates from the past one week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/release-notes/product/index.html#databricks-platform-release-notes" alt="https://docs.databricks.com/release-notes/product/index.html#databricks-platform-release-notes" target="_blank"&gt;&lt;B&gt;&lt;U&gt;Databricks platform release notes&lt;/U&gt;&lt;/B&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;April 20 - 27, 2023&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Configure the Python formatter&lt;/B&gt;&lt;/P&gt;&lt;P&gt;For files and notebooks in Databricks Repos, you can now configure the Python formatter based on a Black specification. See &lt;A href="https://docs.databricks.com/notebooks/notebooks-code.html#format-python-cells" alt="https://docs.databricks.com/notebooks/notebooks-code.html#format-python-cells" target="_blank"&gt;&lt;U&gt;Format Python cells&lt;/U&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Workspace files are GA&lt;/B&gt;&lt;/P&gt;&lt;P&gt;You can now work with non-notebook files in Databricks. Workspaces files are enabled by default in all workspaces. See &lt;A href="https://docs.databricks.com/files/workspace.html" alt="https://docs.databricks.com/files/workspace.html" target="_blank"&gt;&lt;U&gt;What are workspace files?&lt;/U&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Cluster-scoped init scripts can now be stored in workspace files&lt;/B&gt;&lt;/P&gt;&lt;P&gt;You can now store cluster-scoped init scripts in workspace files, regardless of Databricks Runtime version used by your compute. Databricks recommends storing all cluster-scoped init scripts in workspace files. See &lt;A href="https://docs.databricks.com/files/workspace-init-scripts.html" alt="https://docs.databricks.com/files/workspace-init-scripts.html" target="_blank"&gt;&lt;U&gt;Store init scripts in workspace files&lt;/U&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/sql/release-notes/index.html#databricks-sql-release-notes" alt="https://docs.databricks.com/sql/release-notes/index.html#databricks-sql-release-notes" target="_blank"&gt;&lt;B&gt;&lt;U&gt;Databricks SQL release notes&lt;/U&gt;&lt;/B&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;April 20 - 27, 2023&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Databricks SQL Version 2023.20 Available&lt;/P&gt;&lt;P&gt;Rollout Schedule&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Preview rollout for 2023.20: Between Mar 15, 2023 and Mar 23, 2023&lt;/LI&gt;&lt;LI&gt;Current rollout for 2023.20: Between Mar 27, 2023 and Apr 3, 2023&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Changes in 2023.20&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Delta Lake schema evolution supports specifying source columns in merge statements.&lt;/LI&gt;&lt;LI&gt;Remove all NULL elements from an array using &lt;A href="https://docs.databricks.com/sql/language-manual/functions/array_compact.html" alt="https://docs.databricks.com/sql/language-manual/functions/array_compact.html" target="_blank"&gt;&lt;U&gt;array_compact&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;To append elements to an array, use &lt;A href="https://docs.databricks.com/sql/language-manual/functions/array_compact.html" alt="https://docs.databricks.com/sql/language-manual/functions/array_compact.html" target="_blank"&gt;&lt;U&gt;array_append&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;To anonymize sensitive string values, use the &lt;A href="https://docs.databricks.com/sql/language-manual/functions/mask.html" alt="https://docs.databricks.com/sql/language-manual/functions/mask.html" target="_blank"&gt;&lt;U&gt;mask function&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Common error conditions now return &lt;A href="https://docs.databricks.com/error-messages/sqlstates.html" alt="https://docs.databricks.com/error-messages/sqlstates.html" target="_blank"&gt;&lt;U&gt;SQLSTATE&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Invoke table-valued generator functions in the regular FROM clause of a query.&lt;/LI&gt;&lt;LI&gt;Use the from_protobuf and to_protobuf functions to exchange data between binary and struct types. See &lt;A href="https://docs.databricks.com/structured-streaming/protocol-buffers.html" alt="https://docs.databricks.com/structured-streaming/protocol-buffers.html" target="_blank"&gt;&lt;U&gt;Read and write protocol buffers&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Improved consistency for Delta commit behavior for empty transactions relating to update, delete, and merge commands.&lt;/LI&gt;&lt;LI&gt;Behavior change&lt;UL&gt;&lt;LI&gt;The lateral column alias feature introduces behavior changes during name resolution. See Breaking changes.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User interface updates&lt;/P&gt;&lt;P&gt;The features listed in this section are independent of the SQL Warehouse compute versions described in the &lt;A href="https://docs.databricks.com/sql/release-notes/index.html#channels" alt="https://docs.databricks.com/sql/release-notes/index.html#channels" target="_blank"&gt;&lt;U&gt;Channels&lt;/U&gt;&lt;/A&gt; section of the release notes.&lt;/P&gt;&lt;P&gt;April 20, 2023&lt;/P&gt;&lt;P&gt;Improvements:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Administrators can change warehouse owners using the user interface or the API. See &lt;A href="https://docs.databricks.com/sql/admin/transfer-ownership.html" alt="https://docs.databricks.com/sql/admin/transfer-ownership.html" target="_blank"&gt;&lt;U&gt;Transfer ownership of Databricks SQL objects&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Introduces new pivot tables that allow you to aggregate more than 64k results.&lt;/LI&gt;&lt;LI&gt;Databricks SQL tables and visualizations now support BigInt, 38bit Decimals, and non UTF-8 characters. For numbers, the default setting is now user-defined digit precision.&lt;/LI&gt;&lt;LI&gt;Autocomplete now suggests frequent past joins for Unity Catalog tables, powered by Unity Catalog lineage data in Databricks Runtime 12.0 and above.&lt;/LI&gt;&lt;LI&gt;Cloud Fetch is enabled by default in AWS workspaces with bucket versioning enabled. If you have bucket versioning enabled, Databricks recommends setting a lifecycle policy to automatically remove old versions of uploaded query results. See &lt;A href="https://docs.databricks.com/integrations/jdbc-odbc-bi.html#advanced-configurations" alt="https://docs.databricks.com/integrations/jdbc-odbc-bi.html#advanced-configurations" target="_blank"&gt;&lt;U&gt;Advanced configurations&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;New feature:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Return text generated by a selected large language model (LLM) given the prompt with &lt;A href="https://docs.databricks.com/sql/language-manual/functions/ai_generate_text.html" alt="https://docs.databricks.com/sql/language-manual/functions/ai_generate_text.html" target="_blank"&gt;&lt;U&gt;ai_generate_text&lt;/U&gt;&lt;/A&gt;. This function is only available as public preview on Databricks SQL Pro and Serverless. To participate in the public preview, populate and submit the &lt;A href="https://docs.google.com/forms/d/1f5txJXRzGG4nhLTvdYaMr11G6lAJ1C-FrJgXaqmHeUU/viewform?edit_requested=true" alt="https://docs.google.com/forms/d/1f5txJXRzGG4nhLTvdYaMr11G6lAJ1C-FrJgXaqmHeUU/viewform?edit_requested=true" target="_blank"&gt;&lt;U&gt;AI Functions Public Preview enrollment form&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/release-notes/runtime/releases.html#databricks-runtime-releases" alt="https://docs.databricks.com/release-notes/runtime/releases.html#databricks-runtime-releases" target="_blank"&gt;&lt;B&gt;&lt;U&gt;Databricks runtime releases&lt;/U&gt;&lt;/B&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;April 20 - 27, 2023&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User interface updates&lt;/P&gt;&lt;P&gt;The features listed in this section are independent of the SQL Warehouse compute versions described in the &lt;A href="https://docs.databricks.com/sql/release-notes/index.html#channels" alt="https://docs.databricks.com/sql/release-notes/index.html#channels" target="_blank"&gt;&lt;U&gt;Channels&lt;/U&gt;&lt;/A&gt; section of the release notes.&lt;/P&gt;&lt;P&gt;April 20, 2023&lt;/P&gt;&lt;P&gt;Improvements:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Administrators can change warehouse owners using the user interface or the API. See &lt;A href="https://docs.databricks.com/sql/admin/transfer-ownership.html" alt="https://docs.databricks.com/sql/admin/transfer-ownership.html" target="_blank"&gt;&lt;U&gt;Transfer ownership of Databricks SQL objects&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Introduces new pivot tables that allow you to aggregate more than 64k results.&lt;/LI&gt;&lt;LI&gt;Databricks SQL tables and visualizations now support BigInt, 38bit Decimals, and non UTF-8 characters. For numbers, the default setting is now user-defined digit precision.&lt;/LI&gt;&lt;LI&gt;Autocomplete now suggests frequent past joins for Unity Catalog tables, powered by Unity Catalog lineage data in Databricks Runtime 12.0 and above.&lt;/LI&gt;&lt;LI&gt;Cloud Fetch is enabled by default in AWS workspaces with bucket versioning enabled. If you have bucket versioning enabled, Databricks recommends setting a lifecycle policy to automatically remove old versions of uploaded query results. See &lt;A href="https://docs.databricks.com/integrations/jdbc-odbc-bi.html#advanced-configurations" alt="https://docs.databricks.com/integrations/jdbc-odbc-bi.html#advanced-configurations" target="_blank"&gt;&lt;U&gt;Advanced configurations&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;New feature:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Return text generated by a selected large language model (LLM) given the prompt with &lt;A href="https://docs.databricks.com/sql/language-manual/functions/ai_generate_text.html" alt="https://docs.databricks.com/sql/language-manual/functions/ai_generate_text.html" target="_blank"&gt;&lt;U&gt;ai_generate_text&lt;/U&gt;&lt;/A&gt;. This function is only available as public preview on Databricks SQL Pro and Serverless. To participate in the public preview, populate and submit the &lt;A href="https://docs.google.com/forms/d/1f5txJXRzGG4nhLTvdYaMr11G6lAJ1C-FrJgXaqmHeUU/viewform?edit_requested=true" alt="https://docs.google.com/forms/d/1f5txJXRzGG4nhLTvdYaMr11G6lAJ1C-FrJgXaqmHeUU/viewform?edit_requested=true" target="_blank"&gt;&lt;U&gt;AI Functions Public Preview enrollment form&lt;/U&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 09:21:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/weekly-release-notes-recaphere-s-a-quick-recap-of-the-latest/m-p/5136#M4989</guid>
      <dc:creator>Sujitha</dc:creator>
      <dc:date>2023-04-27T09:21:05Z</dc:date>
    </item>
  </channel>
</rss>

