1

After connecting my PostgreSQL 11.11 to Looker, I am unable to see the marginalized views created in my database. Is there a reason they aren't showing there?

2 Answers2

0

Had the same problem and contacted the Looker support team. This is currently not enabled for some reason. AFAIK they were working with their engineering team to enable it as of Mai 2021.

0

Did you try viewing the state of all mv's via,

select * from stv_mv_info; ?

Chase
  • 1
  • This reads more like a comment than an answer to me: One of the primary purposes of the question's comment section is to ask for clarification or more details from the asker. – starball Oct 03 '22 at 05:25