Documentation
Plugins
Sources
Render
Overview

Render Source Plugin

Premium

This is a premium plugin that you can buy here.

The CloudQuery Render plugin extracts information from your Render API (opens in a new tab) and loads it into any supported CloudQuery destination (e.g. PostgreSQL, BigQuery, Snowflake, and more).

Authentication

You must have a Render (opens in a new tab) account and an API key.

Configuration

kind: source
# Common source-plugin configuration
spec:
  name: render
  path: /path/to/downloaded/plugin # Buy from here: https://cloudquery.io/integrations/render
  registry: local
  version: "PREMIUM"
  tables: ["*"]
  destinations: ["postgresql"]
  # Plugin specific configuration
  spec:
    token: ${API_KEY} # requried

Make sure you use environment variable expansion in production instead of committing the credentials to the configuration file directly.

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 (opens in a new tab)