Western Storage WY
Execution 6afd6b17… · Facility 086362
https://www.westernstoragewy.com/1545-n-main-st-buffalo-wy-82834
Run Details
| Status | failed |
| Platform | — |
| Parser | — |
| Units Found | 0 |
| Fetch | — ms |
| Detect | — ms |
| Parse | — ms |
| Export | — ms |
| Created | 2026-03-07 01:42:25.527327 |
Units
No units extracted in this run.
Failures (1)
DatatypeMismatch
unknown
permanent
column "success" is of type boolean but expression is of type integer LINE 3: ... VALUES ('086362', 18, '086362_20260307T014229Z.html', 0) ^ HINT: You will need to rewrite or cast the expression.
column "success" is of type boolean but expression is of type integer LINE 3: ... VALUES ('086362', 18, '086362_20260307T014229Z.html', 0) ^ HINT: You will need to rewrite or cast the expression.
Stack trace
Traceback (most recent call last):
File "/app/src/pipeline.py", line 329, in _process_facility
manifest_id = storage.insert_snapshot_manifest(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/src/db/pg_backend.py", line 615, in insert_snapshot_manifest
row = self._execute_returning(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/src/db/pg_backend.py", line 54, in _execute_returning
cur.execute(sql, params)
File "/app/.venv/lib/python3.11/site-packages/psycopg2/extras.py", line 236, in execute
return super().execute(query, vars)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
psycopg2.errors.DatatypeMismatch: column "success" is of type boolean but expression is of type integer
LINE 3: ... VALUES ('086362', 18, '086362_20260307T014229Z.html', 0)
^
HINT: You will need to rewrite or cast the expression.