helpers.ibis
create_ibis_backend
def create_ibis_backend(destination: TDestinationReferenceArg,
client: JobClientBase) -> BaseBackend
Create a given ibis backend for a destination client and dataset
create_unbound_ibis_table
def create_unbound_ibis_table(sql_client: SqlClientBase[Any], schema: Schema,
table_name: str) -> Expr
Create an unbound ibis table from a dlt schema