You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Allow feast snowflake to read in byte string for private-key authentication (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>
0 commit comments