Hello CQ team,
Do you have an RSS feed for announcements? It is hard to track the blog posts for major changes. I am planning to set up some kind of notification for announcements to our internal chat tool group.
CloudQuery Announcements Blog
It seems some changes always break our CQ cron jobs like the below one:
Plugin not found
We want to slowly update to the latest version. It was working until a couple of weeks ago, but suddenly we can’t rely on CQ DB data.
erez
December 18, 2023, 8:17am
2
Hi @summary-robin , great idea about the RSS feed for announcements. We’ll look into it.
Regarding the error, can you share your configuration spec and CLI version?
@summary-robin I’d like to learn more about your experience with the frequent breaking changes. Would you be up for a chat sometime this week?
Hello @erez ,
Thanks for your consideration. Here is the CLI version:
cloudquery version 4.3.4
Our config was giving an error:
path: "cloudquery/gcp"
version: "v9.3.4"
concurrency: 300000
destinations: ["postgresql"]
tables: ["*"]
Then we changed it to:
path: "cloudquery/gcp"
version: "v9.7.0"
concurrency: 300000
destinations: ["postgresql"]
tables: ["*"]
@pilvikala , sure, let me check and get back to you. Happy to quick chat
^^ @uncommon-ghost
Cool Here’s my calendar link in case you want to book something: https://calendar.app.google/svrpb1oUZksTUbqZ9 . Let me know if you can’t find a suitable slot.
erez
December 19, 2023, 10:38am
6
Hi @summary-robin ,
With CLI version v4
, the default registry is registry: cloudquery
. Do you mind trying v9.9.2
if v9.7.0
doesn’t work for you?
Please note that switching from v9.3.4
to v9.7.0
or v9.9.2
should not have any breaking changes.