- I upgraded our CLI to 4.4.0
and now I’m getting errors I don’t understand when our sync runs. Deets in
When my sync runs, now I see the following error printed:
Error: failed to download plugin destination cloudquery/bigquery@v3.3.3: plugin version not found. If you're trying to use a private plugin you'll need to run `cloudquery login` first. Hint: make sure to use the latest plugin version from hub.cloudquery.io or to keep using an outdated version add `registry: github` to your configuration
Config:
kind: destination
spec:
name: bigquery
path: cloudquery/bigquery
version: "v3.3.3"
write_mode: append
spec:
project_id: my-cool-project
dataset_id: cloudquery
time_partitioning: day
It’s the exact same with my GCP and AWS source plugins as well. They all give this error now:
kind: source
spec:
name: aws-${TARGET}
path: cloudquery/aws
registry: cloudquery
version: "v23.0.0"
Nvm - I can’t read I guess, they’re all failing because they all use the same bigquery
destination plugin and that version isn’t available in the new hub.