Describe the bug
When some requests of post resolver return NotFound response fetch fails
Expected Behavior
Fetch should not fail. columns that got not found response should be null
Steps to Reproduce
create s3 bucket without policy and try to fetch this bucket
Possible Solution
add isNotFoundError checks to requests that can return not found
Provider and CloudQuery version
cloudquery 0.22.10, aws 0.11.1
Additional Context
No response