Version# 3385
FIXED
- Fixed the filter date range limit setting so that the limit applies when other users access the shared dashboard/widget. (3671)
- Fixed format of date filter values to match the user's default date format. (3662)
- Added ability to tokenize snowflake key files (both encrypted and unencrypted) at the user level. (3656)
- Docs
- Step 1: Create a Token File: Create a file containing only the variable placeholder for the user’s key. For example: $c9_SNOWFLAKE_KEY$ This token will be dynamically replaced with the user's specific key at runtime.
- Step 2: Configure the User Filter: For each user who needs access, add a user filter with the Base64-encoded version of their key as the value.
- Field Name: $c9_SNOWFLAKE_KEY$
- Value: (Base64-encoded Snowflake key specific to the user)
- Added Hadoop library for Hive datasource. (3664)
- Fixed error in ElasticSearch query previews. (3663)
- Improvements when exporting a repeating custom widget with the PDF builder. (3667)