class AirtableLoaderInitializes the AirtableLoader with configuration options. Retrieves the API token from environment variables and validates it.
Loads documents from Airtable, handling pagination and retries.
Asynchronous generator function for lazily loading documents from Airtable. This method yields each document individually, enabling memory-efficient handling of large datasets by fetching records in pages.