1 Answer
- Newest
- Most votes
- Most comments
1
Hello,
I've tested a crawler using the same folder structure in S3 as mentioned.
Specified include path as: s3://bucket/basefolder/
Exclude pattern as:
**/logfolder/**
Using above exclude pattern ignores all files under folders named 'logfolder'. For your reference - https://docs.aws.amazon.com/glue/latest/dg/define-crawler.html#crawler-data-stores-exclude
answered 3 years ago
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
Thanks that works, I was following the same link but the information is a little bit misleading I think. Now I know I should also put **/ before the folder.