CloudQuery policy support for multiple destinations needed

Hello team!

CloudQuery now supports various destinations. But policies are only written for PostgreSQL, so users who don’t use PostgreSQL cannot get results for many policies.

Do you plan to create a “policy plugin” to abstract applying policies for all destinations? At least, I would be glad if I could get stored resources as Go or Python objects (and statically typed!) regardless of the destination.

Hi! Yeah, we actually have some plans to integrate the policies in a tighter way to CloudQuery CLI so you can run it directly from there on multiple databases. Right now, though, we have ports of some of the policies to other databases such as Snowflake or BigQuery here - CloudQuery Policies. Those are paid add-ons, though.

Oh, thank you for sharing the plan!