SQL Dump Query Dataset
Dataset to handle SQL queries from a dump file.
The SqlDumpQueryDataset dataset is used to handle SQL queries from a dump file. Under the hood, it spins up a docker container with PostgreSQL to restore the database from the dump file, execute the query and gracefully exit.
How is this guide?