Andrew Blake
Andrew Blake
Seeing `ERROR: pipelinedb workers have not started up yet` when inserting into a stream in a freshly created database. ``` postgres=# create database testdb1 template template_spatialbuzz; CREATE DATABASE postgres=# create...
Our testing environment attempts to drop databases before recreating them. But the `DROP DATABASE` command fails with: ``` ERROR: database "testdb" is being accessed by other users DETAIL: There are...
I'm trying to calculate on a sliding basis the total count over the last full 5 minutes, plus the incremental value in the partial minute. I've explicitly set the sliding...
Regardless of the step_factor value, it's not included in the \d+ psql output. ``` create foreign table source_stream ( id serial, timestamp_tz timestamp with time zone, sid text ) server...
PR to detect if a login 403 error and throw a more obvious exception message than a JSON decode error. Helps address issue https://github.com/indykoning/PyPi_GrowattServer/issues/49
Fixes to support non us-east-1 regions. Update consul to v0.5. Add aws-cli script to launch stack and sequence through provisioning steps.