Rename all temporary tables to be prefixed with `_test`
In number of places we create temporary tables. This renames these temporary tables to be prefixed with `_test_` to exempt them from schema validation.
Showing
Please register or sign in to comment