CloudQuery fetching data from GitLab to PostgreSQL returns 0 resources

Hi, I tried to fetch data from GitLab to PostgreSQL and it is saying the sync is completed successfully. However, it has fetched 0 resources with 0 errors and 0 warnings, and there is no entry in the database.

Hi @unified-mastodon,

Can you share your configuration file (redacted from any private information)?

What are you expecting to see and what is missing?

These are two GitLab and PostgreSQL YAML files that I’m using. Again, I’ve replaced the access token and PostgreSQL credentials accordingly.

# GitLab YAML configuration
...

# PostgreSQL YAML configuration
...

Thanks @unified-mastodon. Do you mind sharing the files you’re using? That is, the content of the files you use when running cloudquery sync .... You might want to try:

tables: ["*"]

in your config to sync all available tables.

cloudquery sync gitlab.yaml postgresql.yaml

Hi @unified-mastodon, can you share the content of gitlab.yaml and postgresql.yaml?

It worked! Resources have been watched, but I’m not seeing any data in my Postgres DB.

Hi @unified-mastodon,

In order to better understand why you’re not seeing data, we need to replicate the issue you’re having. It’s hard to do it without knowing the content of the configuration files you’re using.

It’s the same config file, just table: ["*"] I added.

Do you mean table: ["*"] or tables: ["*"]? The correct syntax is the latter.

Hi @unified-mastodon,

I think in order for us to resolve the issue, you would need to share the entire content of the configuration files so we can ensure we haven’t missed anything. If there’s something that you prefer to omit from those files, you can replace it with ****.