Fix umami drifter count queries

Have to fill in all possible groups and sim types before doing the
transpose to get the right table.
This commit is contained in:
2025-11-18 18:15:31 +01:00
parent 74600abddc
commit 9720de1a67
4 changed files with 102 additions and 17 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/usr/bin/env bash
if [ $# -ne 1 ]
then
echo "Usage: $0 <file>.sql"
exit 1
fi
file=$1
if [ ! -e $file ]
then
echo "file $file does not exist"
exit 1
fi
cat $file | kubectl exec -i svc/prod-umami-db-rw -c postgres -- psql app