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:
- plausible@v3.10.7 (darwin_amd64, darwin_arm64, linux_amd64, linux_arm64, windows_amd64)
- shopify@v8.4.7 (darwin_amd64, darwin_arm64, linux_amd64, linux_arm64, windows_amd64)
- facebookmarketing@v4.9.5 (darwin_amd64, darwin_arm64, linux_amd64, linux_arm64, windows_amd64)
- googleads@v3.9.8 (darwin_amd64, darwin_arm64, linux_amd64, linux_arm64, windows_amd64)
- mixpanel@v3.8.5 (darwin_amd64, darwin_arm64, linux_amd64, linux_arm64, windows_amd64)
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.