The SQLite, DuckDB and Snowflake plugins are built with CGO_ENABLED=1 which means using the default CLI Docker image (via docker pull ghcr.io/cloudquery/cloudquery:latest) to run them doesn't work.
They do work with the Ubuntu image, for example docker pull ghcr.io/cloudquery/cloudquery:5.15.2-ubuntu-amd64 (more in https://github.com/cloudquery/cloudquery/pkgs/container/cloudquery).
We should document this limitation