- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2025 02:06 AM
I ran the following queries for a specific warehouse_id = '54a93d2138433216'
- Billing usage and warehouse events tables return valid records for this warehouse ID.
- Warehouse table (system.compute.warehouses) returns no row at all, not even with a deleted timestamp.
Even if the warehouse is deleted, I expected the metadata table to retain a row with a deleted timestamp or status. Is it a known behavior that deleted warehouses are fully purged from system.compute.warehouses? I would appreciate any explanation, reasoning, or confirmation from others who have observed similar behavior.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2025 03:51 AM
@Danish11052000
The issue can happen when the warehouse created is very old (let's say last year), then you may not see the details in system table.
If they were deleted before the table was created, you'll not see it.