Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.69 KB

File metadata and controls

41 lines (22 loc) · 1.69 KB

:::callout{type="warning"} This plugin is now deprecated and will be removed from CloudQuery Hub soon. :::

The CloudQuery Typeform plugin pulls data from Typeform and loads it into any supported CloudQuery destination (e.g. PostgreSQL, BigQuery, Snowflake, and more).

See tables for a list of resources supported.

Example Configuration

This example syncs from Typeform to a Postgres destination. The (top level) source spec section is described in the Source Spec Reference.

:configuration

Authentication

:authentication

Configuration Reference

This is the (nested) spec used by the Typeform source plugin:

  • access_token (string) (required)

    Your personal access token from the Typeform Dashboard.

  • base_url (string) (optional) (default: https://api.typeform.com)

    The base URL to fetch data from. Use https://api.eu.typeform.com if your account is stored in the EU.

  • concurrency (integer) (optional) (default: 100)

    Maximum number of requests to perform concurrently.

  • queue_size (integer) (optional) (default: 10000)

    Maximum number of items to have in the queue before waiting for an unfinished request to complete.

Running in a Containerized Environment

To run the Typeform plugin in a containerized environment, see the Using CloudQuery Docker Registry Integrations Inside a Containerized Environment guide.