Querying bigquery views

Is there any way to execute metabase queries on bigquery legacy sql views?
I can see the view as a table in my metabase interface, though once I try to execute anything on a view, even a raw data query, I receive a following error:

There was a problem with your question
Most of the time this is caused by an invalid selection or bad input value. Double check your inputs and retry your query.

Field 'web.players_short.call_succeded' not found.

Looks like the only thing I can do to the view is perform a native query. The query builder doesn’t seem to be working.

Any ideas? Thanks