Feat/enable snowflake private key auth#16
Closed
woogakoki wants to merge 91 commits into
Closed
Conversation
* Make NULL value visible * Make the representation of NULL value configurable * use display-as-null css class for null-value styling
* Use 12-column layout for dashboard grid Set minSizeX, minSizeY for widgets to 2 since a value of 1 breaks all assumptions of the UI layout. Migration provide transition from 6 to 12 columns for all widgets. * Restyled by prettier
* Added support for Google Oauth Scheme Override (through environment variable) * Refactoring * Refactoring * Applied formatting * Refactoring * Refactoring * Updated comment for `GOOGLE_OAUTH_SCHEME_OVERRIDE` variable * Updated comment for `GOOGLE_OAUTH_SCHEME_OVERRIDE` variable * Removed duplication of url_for function --------- Co-authored-by: kostiantyn-dementiev-op <kostiantyn.dementiev@observepoint.com>
* diff locations ignore * add logging message * Processing Location is not specified
As with other query runners, do not show system tables in the schema list.
* add private_key auth method * fix casing * fix private_key parsing * use params and add optional pwd * use private_key_b64 * add file option * remove __contains__ * fix pem pwd * fix lint issues * fix black --------- Co-authored-by: Tsuneo Yoshioka <yoshiokatsuneo@gmail.com>
* Relocate [tool.poetry] to [project] section * Add dependencies section to [project] * Format authors and maintainers as objects
…edash#7521) This prevents duplicate entries in the schema list. Materialized views are the only table-like object not found information_schema. Also ensure that the schema and table found in information_schema is accessible by the current user.
…h#7527) * Update jql.py (jira datasource) to use jira api v3 updated. * fix spaces in blank lines * Add condition for empty "fields" --------- Co-authored-by: Artem Safiiulin <asafiiulin@cloudlinux.com> Co-authored-by: Tsuneo Yoshioka <yoshiokatsuneo@gmail.com>
* Fix too many history.replaceState() error on Safari * fix restyled error by running prettier for client/app/services/location.js
…bled, stop username overwrite
… key file/pwd auth method
…queries for column schedule
…8,0) precision and scale
The default JSON.parse used by axios does not work well with big numbers and will trunctate them. To fix this we replace the parser used by axios by a JSON parser that does work with big numbers.
Hack yeah! 🙌 - 2 code risks were fixed in this branch🎉 Kudos to: @woogakoki SCA (Software Composition Analysis)
Loved it? 😍 Follow us or share your experience on LinkedIn or X. |
…ooga/redash into feat/enable_snowflake_private_key_auth * 'feat/enable_snowflake_private_key_auth' of github.com:wooga/redash: chore(yarn): Fix yarn registry for json-with-bigint Restyled by prettier fix(client): Use JSON parser that works with big ints DE-4902: align columns and row type to avoid int overflow DE-4902: using description from cursor to cast whenever required DE-4902: enforcing string casting when column type is INTEGER with (38,0) precision and scale fix[pyproject]: Update snowflake connector version DE-4902: fixing migration script because of default entries in table queries for column schedule DE-4902: poetry lock update DE-4902: fixing javascrip overflow with int, snowflake connector with key file/pwd auth method chore() remove development code feat(remote_user_auth) instant log in if remote_authentication is enabled, stop username overwrite
…bled, stop username overwrite
… key file/pwd auth method
…8,0) precision and scale
…ooga/redash into feat/enable_snowflake_private_key_auth * 'feat/enable_snowflake_private_key_auth' of github.com:wooga/redash: chore(yarn): Fix yarn registry for json-with-bigint Restyled by prettier fix(client): Use JSON parser that works with big ints DE-4902: align columns and row type to avoid int overflow DE-4902: using description from cursor to cast whenever required DE-4902: enforcing string casting when column type is INTEGER with (38,0) precision and scale fix[pyproject]: Update snowflake connector version DE-4902: fixing migration script because of default entries in table queries for column schedule DE-4902: poetry lock update DE-4902: fixing javascrip overflow with int, snowflake connector with key file/pwd auth method chore() remove development code feat(remote_user_auth) instant log in if remote_authentication is enabled, stop username overwrite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What type of PR is this?
Description
How is this tested?
Related Tickets & Documents
Mobile & Desktop Screenshots/Recordings (if there are UI changes)