CloudQuery Airtable source Plugin
This plugin allows you to sync data from Airtable.
Prerequisites
Node.js 20 or higher. Install Node.js from here.
Setup
Install dependencies
Build
Test
Start the plugin server
Package as a Docker image
npm run dev -- package -m test "v1.0.0" . --dist-dir dist-dir
Formatting and Linting
# This is just to check if the code is formatted npm run format:check # Automatically format code npm run format # Lint npm run lint