[Integration] Map & test Airtable integration #35
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#35
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Airtable — Job Pipeline Sync
Sync the job pipeline to an Airtable base as an alternative to Notion for users who prefer Airtable's spreadsheet-style interface.
Current state
scripts/integrations/airtable.pyexists (41 lines, 4 methods).Tasks
Mapping
config/integrations/airtable.yamlImplementation
AirtableIntegration.connect()— store PAT + base/table IDsAirtableIntegration.test()— GET first record to validate credentialsAirtableIntegration.sync(jobs)— upsert records (match on URL to avoid dupes)Testing
Acceptance criteria