Replicating and sharing features¶
Note
The Snowflake Feature Store API is available in the Snowpark ML Python package (snowflake-ml-python
) v1.5.0 and later.
Because feature store objects are implemented as Snowflake objects, they support replication and sharing.
Replicating a feature store¶
To replicate a feature store, replicate the database that contains its schema. Note that replicating the database replicates all schemas in the database, not just feature stores. For more information on database replication, see Introduction to replication and failover across multiple accounts.