When it create a foreign table, is it possible to have multiple file patterns for the pattern option? For example to match both .jpg and .jpeg file extensions:
pattern '{foo}_{bar}.jpg',
pattern '{foo}_{bar}.jpeg'
Or use some globbing or regular expression?