v0.14.0
Features
Rename queries and tabs
Now you can rename dataset tabs. Before they had automatic names assigned like Query 1, Query 2. Dataset layer in visualization panel will also pick up the new name.
OAuth Scopes Configuration for BigQuery
Added a mechanism to configure extra OAuth scopes for BigQuery. Extra OAuth scopes can be supplied via the DEKART_GCP_EXTRA_OAUTH_SCOPES environment variable as a comma-delimited list. (#122).
This allows querying a BigQuery table backed by a Google Sheet residing in Google Drive. In this case, it is necessary to set DEKART_GCP_EXTRA_OAUTH_SCOPES=https://www.googleapis.com/auth/drive.
This feature is the first contribution made by @hnicke 🚀
Fixes
- A security vulnerability was patched by fixing server security issues and resolving the problem with Golang dependencies (#129).
- Fixed the issue with Snowflake returning an empty result for better data fetching and representation (#123).
- Resolved an issue related to the concurrent map read causing backend to crash (#126).
- A bug that was causing issues with the popover positioning when clicking on geometry was fixed (#128).
