Skip to content

Commit

Permalink
fix: Fix the config issue for postgres (feast-dev#4776)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoXuAI authored Nov 21, 2024
1 parent cde5760 commit a36f7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/repo_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"dynamodb": "feast.infra.online_stores.dynamodb.DynamoDBOnlineStore",
"snowflake.online": "feast.infra.online_stores.snowflake.SnowflakeOnlineStore",
"bigtable": "feast.infra.online_stores.bigtable.BigtableOnlineStore",
"postgres": "feast.infra.online_stores.postgres_online_store.PostgreSQLOnlineStore",
"postgres": "feast.infra.online_stores.postgres_online_store.postgres.PostgreSQLOnlineStore",
"hbase": "feast.infra.online_stores.hbase_online_store.hbase.HbaseOnlineStore",
"cassandra": "feast.infra.online_stores.cassandra_online_store.cassandra_online_store.CassandraOnlineStore",
"mysql": "feast.infra.online_stores.mysql_online_store.mysql.MySQLOnlineStore",
Expand Down

0 comments on commit a36f7e5

Please sign in to comment.