drop_schemas

GenericDBWrapper.drop_schemas(*tables) → dict[source]

Drop all tables listed in SCHEMAS if they exist.

Parameters

tables (str) – If one or more table names are specified, then only these tables will be affected.

Return dict result

dict_keys(['executions', 'created', 'skipped', 'tables_dropped', 'tables_skipped'])