Glue Crawler Include Path

0

Hi All, I set up a crawler, which is giving me headaches when it comes to the "Include path". My path looks currently something like this: databaseName/schema/%qt% This works fine, meaning that the metadata repository only contains tables where the substring "qt" is found. Can I write an Include path that only fetches tables where the substring qt or qut is present? I tried databaseName/schema/%{qt,qut}% but that's not really working. Thank You!

leticat
asked 3 months ago144 views
1 Answer
0

Just add two input paths, one for each substring

profile pictureAWS
EXPERT
answered 3 months ago
  • Doesn't one crawler accept just one input path, but multiple exclude patterns? Can you screenshot your suggested solution?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions