Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudquery/policies
Policies for CloudQuery plugins.
https://github.com/cloudquery/policies
Last synced: about 2 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T20:29:04.000Z (2 months ago)
- Last Synced: 2024-10-25T06:38:52.074Z (2 months ago)
- Language: JavaScript
- Homepage: https://hub.cloudquery.io/addons/transformation
- Size: 8.91 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- 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).