Skip to content

Commit 4e5d990

Browse files
committed
remove duplicate table
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent b789593 commit 4e5d990

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

  • sdk/python/feast/infra/registry_stores

sdk/python/feast/infra/registry_stores/sql.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,6 @@
167167
)
168168

169169

170-
feast_metadata = Table(
171-
"feast_metadata",
172-
metadata,
173-
Column("metadata_key", String(50), primary_key=True),
174-
Column("metadata_value", String(50), nullable=False),
175-
Column("last_updated_timestamp", BigInteger, nullable=False),
176-
)
177-
178-
179170
class SqlRegistry(BaseRegistry):
180171
def __init__(
181172
self, registry_config: Optional[RegistryConfig], repo_path: Optional[Path]

0 commit comments

Comments
 (0)