update airtable indexer

This commit is contained in:
CREDO23 2025-08-26 19:17:46 +02:00
parent 1e0f3a1067
commit 45d2c18c16
7 changed files with 318 additions and 77 deletions

View file

@ -36,6 +36,8 @@ TOKEN_URL = "https://airtable.com/oauth2/v1/token"
SCOPES = [
"data.records:read",
"data.recordComments:read",
"schema.bases:read",
"user.email:read",
]