https://github.com/cloudquery/policies
Policies for CloudQuery plugins.
https://github.com/cloudquery/policies
Last synced: 10 months ago
JSON representation
Policies for CloudQuery plugins.
- Host: GitHub
- URL: https://github.com/cloudquery/policies
- Owner: cloudquery
- Created: 2023-07-20T08:07:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T10:31:03.000Z (10 months ago)
- Last Synced: 2025-04-12T15:06:05.727Z (10 months ago)
- Language: JavaScript
- Homepage: https://hub.cloudquery.io/addons/transformation
- Size: 9.3 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# CloudQuery Policies
Policies for CloudQuery plugins.
Policies are split by plugin and then by policy type. Each policy can have multiple ports for different databases (for example Snowflake and BigQuery).
## Deploying docs for a new policy
Policy documentation is automatically deployed to Vercel via a [GitHub Action workflow](.github/workflows/transformations_docs_deploy.yml).
The GitHub Actions are sharded so that the documentation generation can happen in parallel. Under the hood the
GitHub Actions call the Makefile with an integer `shard` argument. The sharding is done manually in the Makefile.
## Adding a new policy
If you want to add a new policy to be documented then please add a new shard (in the Makefile and in the GitHub Action).