CloudQuery Integrations Deprecation Notice

Hey @konung,

As Joe mentioned, we’re really sorry that our deprecation and removal of these plugins broke your workflows.

As a result, we published the latest version binaries of the removed plugins for anyone to be able to download, at least for a certain period of time. The following can be downloaded and used:

After downloading the ones you need, you’ll have to extract them and configure to run locally:

unzip darwin_arm64
chmod +x plugin-shopify-v8.4.7-darwin-arm64

and point to the local binary in the cloudquery configuration file (example below):

kind: "source"
spec:
  name: "shopify"
  registry: "local"
  path: "/Volumes/cloudquery/plugin-shopify-v8.4.7-darwin-arm64"

Let us know if this works for you.

2 Likes