Question

Use SQL like operator on the filter expression with Looker API

  • 1 February 2023
  • 0 replies
  • 29 views

I’m trying to access Looker explore via Looker API (using python) with the below filter expression:

{‘browser__page_url' : "^%www.abcd.com^%"}

and getting error 500

 

the syntax should be equivalent to the below sql condition: 

where browser__page_url like ‘%www.abcd.com%’

 

I used Looker syntax from here:

https://cloud.google.com/looker/docs/filter-expressions


0 replies

Be the first to reply!

Reply