MetadataInserter¶
- class felis.tap_schema.MetadataInserter(mgr, db_context)¶
Bases:
objectInsert TAP_SCHEMA self-description rows into the database.
- Parameters:
mgr (
TableManager) – The table manager that contains the TAP_SCHEMA tables.db_context (
DatabaseContext) – The database context for connecting to the TAP_SCHEMA database.
Methods Summary
Insert the TAP_SCHEMA metadata into the database.
Methods Documentation