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
source SELECT p.id, title, notes, version, type, license_id, p.owner_org, p.private, creator_user_id, url FROM package p RIGHT JOIN accessible_packages_per_user ap ON p.id=ap.id WHERE ontop_user() = 'ce90ee26-76b3-40fa-ab95-2bf8c0ec7fcd' AND p.state='active' AND p.type='dataset'
41
+
source SELECT p.id, title, notes, version, type, license_id, p.owner_org, p.private, creator_user_id, url FROM package p RIGHT JOIN accessible_packages_per_user ap ON p.id=ap.id WHERE ontop_user() = ap.user_id
0 commit comments