Back to plugin list
render
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.2.6

Type

Source

Platforms
Date Published

Mar 26, 2024

Price per 1M rows

Starting from $15

monthly free quota

1M rows

Set up process


brew install cloudquery/tap/cloudquery

1. Download CLI and login

See installation options

2. Create source and destination configs

Plugin configuration

cloudquery sync render.yml postgresql.yml

3. Run the sync

CloudQuery sync

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.2.6"
  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


Subscribe to product updates

Be the first to know about new features.