December 1, 2023 Fixed issues

This release of the Cloudera Data Warehouse (CDW) service on CDP Public Cloud fixes these issues.

CDPD-62960: From the left assist panel, the pop-up link to Table Browser displays error 500
Earlier, when you clicked the i button next to one of the tables in the left assist panel and then clicked on Table Browser on the pop-up window, Hue displayed a 500 error and then the Table Browser auto reloaded. This issue has been fixed.
CDPD-63429: Manual configuration needed to support Bedrock using the Boto3 library
Bedrock is now supported with the public version of the Boto3 library. Anthropic Claude is the suggested model to use with Bedrock. Add the following lines in the hue-safety-valve field to get Hue SQL AI Assistant working with Anthropic Claude:
[aws]
[[bedrock_account]]
access_key_id = [***ACCESS-KEY***]
secret_access_key = [***SECRET-KEY***]
region = us-east-1
[desktop]
[[ai_interface]]
service='bedrock'
model='claude'