Forum Discussion
Mumin192
3 years agoHelper I
Data weird behavior
Hello, I'm importing data from PostgreSQL and having a very strange behavior The table has user_id, date, some more columns For some reason, looks like it's connecting user_id to wrong rest of inf...
AntrikshSharma
3 years agoCommunity Champion
Mumin192 Could be an issue of persistent cache that is save on disk for quick viewing of the data, try to refresh the whole query and see if everything is fine.
For example let's say you previously loaded a query that is connected to a SQL view, just add a new column into that view and then create a new query to that view you will see the new column doesn't appear, you can even perform filters on rows and the column will not appear, it only appears once you refresh the cache.
- Mumin1923 years agoHelper I
I cleared cache and still same results