ClickHouse / dbt-clickhouse

The Clickhouse plugin for dbt (data build tool)
Apache License 2.0
255 stars 113 forks source link

Tests schema are not being cleaned up #298

Open BentsiLeviav opened 5 months ago

BentsiLeviav commented 5 months ago

Describe the bug

For some reason, the tests' schemas are not being deleted when running with ClickHouse cloud..

Expected behavior

The schema is supposed to be cleaned properly.

Code examples, such as models or profile settings

A screenshot showing the schemas: image

Suggested Solution

We need to go through the cleanup implementation to ensure it is airtight.