helper
Helper functions.
Module
Functions
def combine_pod_schemas(pod_names: Sequence[str]) ‑> BitfountSchema:
Combines the schemas of multiple pods into a single schema.
Simply aggregates all the tables in the schemas of the pods into a single schema.
Arguments
pod_names
: The names of the pods whose schemas will be combined.
Returns The combined schema.
Raises
BitfountSchemaError
: If the schemas of the pods are incompatible.