TDV Adapter for Airtable

Build 22.0.8462

Authentication

This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.


PropertyDescription
AuthSchemeThe type of authentication to use when connecting to Airtable.
ApiKeyApiKey of the currently authenticated user.
ClientSecretUsage of the Metadata API requires a unique client secret when authenticating with a User API Key, with the exception of Enterprise accounts.
EnableMetadataAPIEnabling the Metadata API gives you read-only access to a list of your bases, tables and fields, and changes the behavior of the driver for all operations and queries.
BaseIdId of the base. This property is not required when the Metadata API is enabled, but specifying it restricts the metadata that will be retrieved.
BaseNameThe schema to use - which corresponds to the name of the Base in Airtable. This property is only used when the Metadata API is enabled.
TableNamesComma separated table names of the specified base.
ViewNamesComma separated view names of the tables. Ie. ViewNames=TableA.ViewA,TableA.ViewB,..,TableX.ViewY;.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462