soitgoes511 commented on issue #15768:
URL: https://github.com/apache/superset/issues/15768#issuecomment-886165213
Same issue here. Docker instance had no issues with connecting to local
postgres db but my local install of apache-superset installed via pip in venv
yielded the following error despite successful connection w/ postgresql
instance:
DB engine Error
postgresql error: '>=' not supported between instances of
'datetime.timedelta' and 'int'
See more
And here is the query (very simple w/o any relational operators):
```sql
SELECT *
FROM pulse_ox_moving_average;
```
Here are the only packages installed in the venv, apart from
apache-superset, I installed psycopg2 and that is all.
[requirements.txt](https://github.com/apache/superset/files/6873551/requirements.txt)
`
I do have one timestamped column, but this was a non-issue w/ the
docker-compose install.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]