Skip to content

Rename all temporary tables to be prefixed with `_test`

Kamil Trzciński requested to merge all-test-tables-use-_-test into master

What does this MR do and why?

In number of places we create temporary tables. This renames these temporary tables to be prefixed with _test_ to exempt them from schema validation.

Prerequisite to:

Related to:

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Kamil Trzciński

Merge request reports