Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. bucketName/typeFoo/object1.txt
  2. bucketName/typeFoo/object2.txt
  3. bucketName/typeFoo/object3.txt
  4.  
  5. bucketName/typeBar/object1.txt
  6. bucketName/typeBar/object2.txt
  7. bucketName/typeBar/object3.txt
  8.  
  9. #For typeFoo/object1.txt and typeBar/object1.txt
  10. id=A
  11.  
  12. #For typeFoo/object2.txt and typeBar/object2.txt
  13. id=B
  14.  
  15. #For typeFoo/object3.txt and typeBar/object3.txt
  16. id=C
  17.  
  18. select * from myAthenaTable where tag.id = 'A'
  19. # returns typeFoo/object1.txt and typeBar/object1.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement