AirTable S3 Integration
airtable_apply_annotations.airtable_s3_integration
AirTableS3Integration
Source code in src/airtable_apply_annotations/airtable_s3_integration.py
__init__(airtable_url, filter_formula, headers)
Constructor for the AirTableS3Integration
class.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
airtable_url |
str
|
URL endpoint to AirTable table. |
required |
filter_formula |
str
|
Additional GET URL filter formula parameter. |
required |
headers |
Dict[str, str]
|
API Header containing authorization. |
required |
Source code in src/airtable_apply_annotations/airtable_s3_integration.py
process_table_data()
Gets AirTable data and applies annotation changes to S3 and finalizes the record.