feat(template): remove ODBC template, move agent2 SQL, and track template directory
This commit is contained in:
6
template/partitions.get_all.sql
Normal file
6
template/partitions.get_all.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
SELECT
|
||||
table_name,
|
||||
future_partitions,
|
||||
total_size_bytes,
|
||||
EXTRACT(EPOCH FROM (now() - last_updated)) AS age_seconds
|
||||
FROM partitions.monitoring;
|
||||
Reference in New Issue
Block a user