destinations.dataset.dataset
ReadableDBAPIDataset Objects
class ReadableDBAPIDataset(SupportsReadableDataset)
Access to dataframes and arrowtables in the destination dataset via dbapi
ibis
def ibis() -> IbisBackend
return a connected ibis backend
row_counts
def row_counts(*,
data_tables: bool = True,
dlt_tables: bool = False,
table_names: List[str] = None) -> SupportsReadableRelation
Returns a dictionary of table names and their row counts, returns counts of all data tables by default
__getitem__
def __getitem__(table_name: str) -> SupportsReadableRelation
access of table via dict notation
__getattr__
def __getattr__(table_name: str) -> SupportsReadableRelation
access of table via property notation