When you try to import data from a PostgreSQL instance, you might get the below error if your SQL query contains columns whose data type is not supported in Exploratory. (For example, pq_NA)
Error : No method asJSON S3 class: pq_NA
If this is the case, you might want to update your SQL query to convert/cast the data type to something more common such as text.