-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow feast snowflake to read in byte string for private-key au…
…thentication (#4384) * allow feast snowflake to read in byte string for private-key authentication Signed-off-by: Artur <[email protected]> * Update type hint for to use Union instead of | syntax Signed-off-by: Artur <[email protected]> * Update type hint for private_key to use Union instead of | syntax Signed-off-by: Artur <[email protected]> * Update type hint in parse_private_key_path Signed-off-by: Artur <[email protected]> * added private_key_content in Snowflake configs to support key-pair auth by reading in byte string Signed-off-by: Artur <[email protected]> * fix incompatible linting types Signed-off-by: Artur <[email protected]> * remove unused Union import Signed-off-by: Artur <[email protected]> * fix formating Signed-off-by: Artur <[email protected]> --------- Signed-off-by: Artur <[email protected]> Co-authored-by: Artur <[email protected]>
- Loading branch information
1 parent
419ca5e
commit 5215a21
Showing
5 changed files
with
33 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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