elementary icon indicating copy to clipboard operation
elementary copied to clipboard

Don't use a separate schema for elementary tests (`elementary__tests`)

Open Maayan-s opened this issue 2 years ago • 2 comments

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.

Maayan-s avatar Aug 29 '22 16:08 Maayan-s

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.

elongl avatar Aug 29 '22 16:08 elongl

https://github.com/elementary-data/dbt-data-reliability/pull/90

Maayan-s avatar Aug 30 '22 11:08 Maayan-s

Merged a PR with a fix to master, will be included in the next release :)

haritamar avatar Nov 09 '22 16:11 haritamar