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
Some fields that are of unsupported type (uuid in postgres, in this case) will show up as a column in a query, as expected. However, when using refinements and adding an existing view, the fields appear in the JSON response but do not appear in the HTML.
view: chat_detail is {
group_by:
`chat id` is id,
model_message_text,
chat_date,
`user name` is user.name,
user.email
}
Running the view above shows "chat id" as a column. However, running the query below does not show "chat id" as a column:
What happens?
Some fields that are of unsupported type (uuid in postgres, in this case) will show up as a column in a query, as expected. However, when using refinements and adding an existing view, the fields appear in the JSON response but do not appear in the HTML.
Running the view above shows "chat id" as a column. However, running the query below does not show "chat id" as a column:
When running this,
chat id
is not shown in HTML, but it does appear in the JSON response:However, if I change
chat id
definition in the view to:Now
chat id
appears in the HTML response as well as JSONTo Reproduce
see above
OS:
macOS
Malloy Client:
local VSCode
Malloy Client Version:
latest
Database Connection:
Postgres
The text was updated successfully, but these errors were encountered: