You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select distinct
@surrogate_key(u.harness_user_email, d.harness_user_id, harness_account_id) as user_account_key,
u.harness_user_email,
d.harness_user_id,
harness_account_id
fromanalytics_staging.stg_mongodb__usersas u,
unnest(harness_cluster_details) as d,
unnest(d.harness_account_ids) as harness_account_id
where harness_account_id is not null
To reproduce
The
_q_0
should not be here?The text was updated successfully, but these errors were encountered: