IngestSummary# class dscat.ingest.IngestSummary(dataset, versions, n_features, n_tables)[source]# What one dataset contributed to the index during ingestion. dataset# Dataset id. Type: str versions# Versions ingested. Type: list of str n_features# Total feature rows written. Type: int n_tables# Total table rows written. Type: int