Hi Guys! Im trying out this tool, I have my resour...
# all-things-deployment
e
Hi Guys! Im trying out this tool, I have my resources on AWS.
While trying to ingest data from Athena, it doesnt find any table, I have double checked all the information and they are correct, can someonie help me with this?
m
Hi @enough-london-69397, Taking a look at it now and will respond back.
e
thanks
d
Have you tried adding also the
table_pattern.allow
parameter? I recall we have some problems with the combination of parameters for profiling
e
Have I used it correctly? Still nothing returns
m
@enough-london-69397 I am trying to run ingestion on our internal athena instance to better see what could be going wrong.
Hi @dry-lizard-54588, I haven't tried it out myself but have you tried specifying in this format -
Copy code
table_pattern:
      allow:
      - "test.*"
d
It ended up working for us with a patter similar to that yes. I ws trying to give advice to Wesley
teamwork 1
e
@miniature-tiger-96062 @dry-lizard-54588 my problem might be related to Lake Formation permissions to the IAM User I am using at AWS CLI, we are using Lake Formation at our Data Lake to restrict Glue Catalog permissions to different roles/users I will check it out and return a answer here
m
Sure, thanks a lot for letting us know!
e
Confirming that it was an AWS Lake Formation issue, a user with correct permissions on Lake Formation can perform cli commands and ingest data from DataHub by Athena correctly!
m
Thanks a lot @enough-london-69397! Good knowledge for us as well.
teamwork 1
d
Thanks, this might be useful for us in the future
teamwork 1