'How does AWS glue crawler to include a table in more than one schema for RDS
I would like to crawl the table from the different schema in RDS.
In my RDS, I have the following schema:
- game_a
- game_b
- game_default
- dashboard
game_a and game_b are the same DB structure.
I try to crawl with the include path "game_%/score", and the exclude patterns "game_default".
But it runs failed and returned ERROR: Internal Service Exception.
May I know if AWS crawler can achieve my case? and how should I set the path and patterns?
Many thanks!!!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
