Skip to content

Commit 8297139

Browse files
authored
Add SQL command to view excluded tables
1 parent f50f9b5 commit 8297139

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ SELECT column_tetris.mode();
199199

200200
-- Exclude a table from validation (e.g., matching an external schema)
201201
SELECT column_tetris.exclude('legacy_imports');
202+
203+
-- View excluded table-/s
204+
SELECT * FROM column_tetris.exclusions;
202205
```
203206

204207
### What gets checked

0 commit comments

Comments
 (0)