docs: more

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-08-07 10:23:38 +02:00
parent cb4e753d8f
commit 657e04f924
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

View File

@ -2,4 +2,7 @@
set -eu set -eu
echo "counts how many events we've seen in total"
./docker-exec.sh exec presto presto-cli --server localhost:8080 --execute 'select count(*) from iceberg.demo_db.demo_table;' ./docker-exec.sh exec presto presto-cli --server localhost:8080 --execute 'select count(*) from iceberg.demo_db.demo_table;'