Replies: 1 comment
-
Hi @alex-karpovich , issue was with the query as we weren't casting the bid_size and ask_size to DECIMAL. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @alex-karpovich ,
We are trying to create view from the Timebase web client.
Below is the schema of the table
We are giving below query for generating the view
Exepcted behavior
View generated with above columns mentioned in the query
Actual behaviour
View is generated only with below columns
bidPrice, askPrice, venue, level, timestampOg
Cannot find below columns in the view
bidSize, askSize, bidCount, askCount.
Beta Was this translation helpful? Give feedback.
All reactions