suraj kamath
10/21/2021, 7:25 AMselect lookup('tableB', 'username', 'orgId', orgId, 'userId', userId) as username from tableA where username is not null limit 10
But I see an error with
Unsupported predicate type: IS_NOT_NULL
Full Error screenshot attachedsuraj kamath
10/25/2021, 6:04 AM