Trying to use Glue to ingest metadata. What are th...
# ingestion
h
Trying to use Glue to ingest metadata. What are the configuration options present for Glue (for the .yml file ) to connect?
c
👍 1
h
Thank you !
I am trying to use role_arn , but looks like we are not able to provide anything except the fields mentioned. How do we achieve initially logging in with a user account and then do assume role ?
c
The role_arn should be automatically extracted via the AWS API
So I think your role should be linked to your account beforehand
h
I tried running, it is able to connect. But when I specify the following database_pattern:    allow:     - "covid_19"   table_pattern:    allow:     - "covid.*" It is still pulling the tables names whose names do not match covid.*
Any issues with the regex pattern specified ?