You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only INTEGER, BIGINT, VARCHAR, and TEXT are definitely parsed to their correct type. We want all the other types to parse to the format that the explorer has gotten used to with FES
The text was updated successfully, but these errors were encountered:
Relatedly in the CSV download and other SQL queries we are essentially casting the values to string, I imagine this will have some unintended consequences that should be addressed as part of this
Currently only INTEGER, BIGINT, VARCHAR, and TEXT are definitely parsed to their correct type. We want all the other types to parse to the format that the explorer has gotten used to with FES
The text was updated successfully, but these errors were encountered: