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
- name: Get inputs and use it to find the picks made by a robot
shell: psql -w -h database.simtooreal.com -U postgres -d simtooreal -c "SELECT i.item_name,p.pick_timestamp FROM public.picks p JOIN public.robots r ON p.robot_id=r.robot_id JOIN public.items i ON p.item_id=i.item_id WHERE r.robot_name='{{ robot_name }}';"