cloudquery / cloudquery

The open source high performance ELT framework powered by Apache Arrow
https://cloudquery.io
Mozilla Public License 2.0
5.83k stars 509 forks source link

bug: not all codecommit repos being load in aws #16106

Closed JohnCalhoun closed 8 months ago

JohnCalhoun commented 9 months ago

Is there an existing issue for this?

Current Behavior

only 10 repositories are being written to destination

Expected Behavior

all code repositories should be written to destination

CloudQuery (redacted) config

kind: source
spec:
name: aws
path: cloudquery/aws
version: v22.19.2
tables:
- ""
skip_tables:
- aws_cloudtrail_events
destinations:
- s3
concurrency: 10000
deterministic_cq_id: true
spec:
regions:
- us-east-2
- us-east-1
- us-west-2
- eu-west-1
accounts:
- id: *
role_arn:
- id: *
role_arn: *
- id: *
role_arn: *
aws_debug: true

Steps To Reproduce

run in a account with more than 10 repositories

CloudQuery (redacted) logs

NA

CloudQuery version

3.10.2

Additional Context

No response

Pull request (optional)

bbernays commented 9 months ago

@JohnCalhoun - Thank you for this issue report. Unfortunately I am not able to reproduce the error:

I have generated a 11 repos in a single region and account, Test-1 ... Test-11 and then synced them all successfully.

Are you seeing any error messages in the logs?

bbernays commented 8 months ago

Closing as stale. If you have more details or are able to reproduce it feel free to reopen the issue