forked from feast-dev/feast
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (feast-dev#4384) * allow feast snowflake to read in byte string for private-key authentication Signed-off-by: Artur <artur.kolakowski@medely.com> * Update type hint for to use Union instead of | syntax Signed-off-by: Artur <artur.kolakowski@medely.com> * Update type hint for private_key to use Union instead of | syntax Signed-off-by: Artur <artur.kolakowski@medely.com> * Update type hint in parse_private_key_path Signed-off-by: Artur <artur.kolakowski@medely.com> * added private_key_content in Snowflake configs to support key-pair auth by reading in byte string Signed-off-by: Artur <artur.kolakowski@medely.com> * fix incompatible linting types Signed-off-by: Artur <artur.kolakowski@medely.com> * remove unused Union import Signed-off-by: Artur <artur.kolakowski@medely.com> * fix formating Signed-off-by: Artur <artur.kolakowski@medely.com> --------- Signed-off-by: Artur <artur.kolakowski@medely.com> Co-authored-by: Artur <artur.kolakowski@medely.com>
- Loading branch information
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