MetadataInserter

class felis.tap_schema.MetadataInserter(mgr, engine)

Bases: object

Insert 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_metadata()

Insert the TAP_SCHEMA metadata into the database.

Methods Documentation

insert_metadata()

Insert the TAP_SCHEMA metadata into the database.

Return type:

None