Loads documents from Airtable, handling pagination and retries.
A promise that resolves to an array of Document objects.
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.
An asynchronous generator yielding Document objects one by one.
Initializes the AirtableLoader with configuration options. Retrieves the API token from environment variables and validates it.