Audio Dashboard Table
airtable_apply_annotations.audio_dashboard_table
AudioDashboardTable
Bases: AirTableS3Integration
Source code in src/airtable_apply_annotations/audio_dashboard_table.py
__init__(airtable_url, filter_formula, headers)
Constructor for the AudioDashboardTable
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 |