This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
Athena Data Catalogs doesn't work and impacts fetching resources #1325
Labels
bug
Something isn't working
Describe the bug
I tried fetching all resources in a bunch of AWS accounts but it always got the error
rpc error: code = Unavailable desc = error reading from server: EOF
Detailed logs from
cloudquery.log
:Then I tried to see if cloudquery didn't work in individual accounts. Surprisingly it worked in all accounts except few. Then I tried debugging the resources that caused this error in those failed accounts.
Finally found
athena.data_catalogs
didn't work.Expected Behavior
Athena Data Catalogs option is deprecated in aws cli is now available in Glue. Not sure what should be the expected behavior.
Steps to Reproduce
Sample policy to reproduce the issue:
Possible Solution
Not sure about the possible solution.
But I do have some suggestions based on my experiments with Cloudquery so far. Having the following behavior would have saved me a lot of time :)
resources: *
so future assets get added automatically, this default behavior would fail the entire setup because of one failing resource check)Provider and CloudQuery version
Version: 0.32.1 Commit: d324b37050836c6533a7d208d8e54960fb04e386 Date: 2022-07-27T10:53:35Z
Additional Context
The text was updated successfully, but these errors were encountered: