elementary
elementary copied to clipboard
Don't use a separate schema for elementary tests (`elementary__tests`)
Request from users, the use case is if you don't use elementary tests or if you have permission issues and are limited in creating new schemas.
We encountered an issue with dbt that prevents that, in a nutshell - they create a cached schema at the run start and use it later as default. Only if we create a new schema (that is not in cache) we can actually access tables we create during the run.
Started working on a PR here but stopped working on it for the time being. If anyone would like to continue, this should be a really good place to start.
https://github.com/elementary-data/dbt-data-reliability/pull/90
Merged a PR with a fix to master, will be included in the next release :)