:::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.
This example syncs from Typeform to a Postgres destination. The (top level) source spec section is described in the Source Spec Reference.
:configuration
:authentication
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.comif 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.
To run the Typeform plugin in a containerized environment, see the Using CloudQuery Docker Registry Integrations Inside a Containerized Environment guide.