I’m not seeing any custom properties in my destination for the GitHub repositories table. The column is there, but no data…anyone else?
Hi @assuring-dogfish, can you open a bug report via this link?
Looking at the API we use to list repositories, I don’t see it in the example response from GitHub’s documentation, while it is part of the response in the Go SDK.
We might need to do another API call to get those via custom properties.
Once you open the issue, we can prioritize a fix.
Yeah, sure thing. Also, another question I have is around Issues.
Is the github_issues
table incremental? Because I’m seeing I’m being billed for every row in the table on every run.
Good question, the issues table is not incremental but we’re working on it to be as such #17780
Done: https://github.com/cloudquery/cloudquery/issues/17907
Ok great, any plans to add commits and deployments/envs to the plugin? We can write a custom one that grabs that info, but… if you’re going to add it soon that seems like a waste.