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