Create Tables#

metacatalog.api.create_tables(session: Session) None#

Create all tables in the database using the given Session <sqlalchemy.Session> instance.

Parameters:

session (sqlalchemy.Session) – Session instance connected to the database.