Back to source list
Official
Premium
Render
The CloudQuery Render plugin extracts information from your Render API and loads it into any supported CloudQuery destination
Publisher
cloudquery
Latest version
v1.9.18
Type
Source
Platforms
Date Published
Overview #
The CloudQuery Render plugin extracts information from your Render API and loads it into any supported CloudQuery destination (e.g. PostgreSQL, BigQuery, Snowflake, and more).
Authentication #
You must have a Render account and an API key.
Configuration #
kind: source
# Common source-plugin configuration
spec:
name: render
path: cloudquery/render
registry: cloudquery
version: "v1.1.1"
tables: ["*"]
destinations: ["postgresql"]
# Plugin specific configuration
spec:
token: ${API_KEY} # required
Render Spec #
This is the (nested) spec used by this plugin:
token
(string
) (required)This is the API token needed to authenticate with your account. More info available here