-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
kind/featureNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
snowflake_utilsrequires the key be encrypted. See line 88-91 ofsnowflake_utils- This should be optional to support unencrypted keys
Describe the solution you'd like
- Update line 88-91 of snowflake_utils of
snowflake_utils: Change tokwargs.get('private_key_passphrase')with defaultNone - Update line 514 of snowflake_utils
parse_private_key_pathtoprivate_key_passphrase: Optional[str] = None. Handle case of unencrypted keys in function.
Describe alternatives you've considered
Additional context
I know that encrypted keys are recommended, but the Snowflake docs describe both encrypted and unencrypted keys, so ideally feast would support unencrypted keys.
Metadata
Metadata
Assignees
Labels
kind/featureNew feature or requestNew feature or request