MetadataInserter

class felis.tap_schema.MetadataInserter(mgr, db_context)

Bases: object

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

Insert the TAP_SCHEMA metadata into the database.

Methods Documentation

insert_metadata()

Insert the TAP_SCHEMA metadata into the database.

Return type:

None