Dmytro Mykhailov
Dmytro Mykhailov
## What The issue here is with check for incremental queries. Some tables have a limited lookback time frame to be valid. For instance, click_view should not be asked for...
Running a basic code to use test container for postgres I am getting an error constructing Hikari datasource. Looks like the code breaks on the second `.configure()` attempt [here](https://github.com/kotest/kotest-extensions-testcontainers/blame/cf08e8def006481553930f0471d7f8daacfcc013/src/main/kotlin/io/kotest/extensions/testcontainers/JdbcDatabaseContainerExtension.kt#L91) ```kotlin...