Hello team, I have a question with S3 ingestion.
I’m trying to add S3 to Datahub, and I want to import each folder to add files in all folder paths in S3
To do that, i have to do like below.
include: 's3://{bucket_name}/folder1/*.*'
include: 's3://{bucket_name}/folder2/*.*'
include: 's3://{bucket_name}/folder1/folder1/*.*'
...```
But i have many buckets to ingestion and it is very complicated
Is ther any other ways?