in src/main/java/com/epam/digital/data/platform/history/repository/HistoryDataRepository.java [40:49]
public HistoryDataRepository(
SchemaProperties schemaProperties,
Catalog catalog,
Schema schema,
HistoryTableSelectRepository historyTableSelectRepository) {
this.schemaProperties = schemaProperties;
this.catalog = catalog;
this.schema = schema;
this.historyTableSelectRepository = historyTableSelectRepository;
}