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
Is your feature request related to a problem? Please describe.
When using private key authentication for Snowflake, the private key path and passphrase params must be defined in a config file and then the config file path must be added in the feature_store.yaml file (#2482 (comment)).
Instead of creating a separate config INI file just for these 2 params, they could be simply added in the feature_store.yaml file along with the other params.
Describe the solution you'd like
Adding optional params private_key and private_key_passphrase to the Snowflake config classes (SnowflakeRegistryConfig, SnowflakeOnlineStoreConfig, SnowflakeOfflineStoreConfig, SnowflakeMaterializationEngineConfig) so that they can be used in feature_store.yaml file directly.
Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When using private key authentication for Snowflake, the private key path and passphrase params must be defined in a config file and then the config file path must be added in the
feature_store.yaml
file (#2482 (comment)).Instead of creating a separate config INI file just for these 2 params, they could be simply added in the
feature_store.yaml
file along with the other params.Describe the solution you'd like
Adding optional params
private_key
andprivate_key_passphrase
to the Snowflake config classes (SnowflakeRegistryConfig
,SnowflakeOnlineStoreConfig
,SnowflakeOfflineStoreConfig
,SnowflakeMaterializationEngineConfig
) so that they can be used infeature_store.yaml
file directly.Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered: