Browse sources$ls -a sources
Logo of airtable
Airtable
Tap into a company's source of truth with an Airtable integration
Sync your customers' dataFiber pulls data from your customers' Airtable accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of airtable
Logo of airtable
Logo of airtable
Logo of airtable
Logo of airtable
Logo of airtable
Logo of airtable
Logo of airtable
Logo of airtable
Logo of airtable
Fiber
postgres-prod
airtable_bases
airtable_tables
airtable_records
Your customers' Airtable accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Airtable API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Records belonging to the Airtable
-- account of a particular user.

SELECT *
FROM fiber.airtable_record
WHERE account_id = '{user.airtable_id}'
-- Fetch all the Records belonging to the Airtable
-- account of a particular user.

SELECT *
FROM fiber.airtable_record
WHERE account_id = '{user.airtable_id}'
Code
CREATE TABLE fiber.airtable_record (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
fields JSONB
)
CREATE TABLE fiber.airtable_record (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
fields JSONB
)
Model definition
About this source
Logo of airtable
AirtableFlexible database and spreadsheet hybrid platform.airtable.com  ↗
Available resources
    Bases
    Tables
    Records
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Airtable?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Airtable and over 200 other APIs. Setup and deploy within minutes.
Logo of airtableIntegrate Airtable using Fiber Fiber makes it easy to access third-party data from Airtable accounts. Get started in just a few minutes.