| |
| Date | Build Number | Change Type | Description |
| 01/31/2025 | 9162 | Airtable | Added
- Added the following views to the INFORMATION_SCHEMA: IndividualCollaborators and GroupCollaborators.
Changed
- The views BaseIndividualCollaborators and WorkspaceIndividualCollaborators in the INFORMATION_SCHEMA have been merged into IndividualCollaborators.
- The views BaseGroupCollaborators and WorkspaceGroupCollaborators in the INFORMATION_SCHEMA have been merged into GroupCollaborators.
|
| 01/16/2025 | 9147 | Airtable | Added
- Added the BaseName column to the following views in the INFORMATION_SCHEMA: Tables, BaseIndividualCollaborators, and BaseGroupCollaborators.
|
| 01/06/2025 | 9137 | Airtable | Added
- Added the following views to the INFORMATION_SCHEMA: Bases, Tables, BaseIndividualCollaborators, and BaseGroupCollaborators.
|
| 12/18/2024 | 9118 | Airtable | Added
- Added the INFORMATION_SCHEMA schema with the following views: Groups, GroupMembers, WorkspaceGroupCollaborators, and WorkspaceIndividualCollaborators.
|
| 10/31/2024 | 9070 | Airtable | Added
- Added a new connection property, DisplayValue, which allows users to access data in a format that matches the UI. More details can be found in the property description.
|
| 10/29/2024 | 9068 | Airtable | Added
- Added a Comments table for each base.
|
| 10/10/2024 | 9049 | Airtable | Changed
- Changed column data type handling for Airtable Rollup and Formula columns. Single-value columns now correctly reflect their data types instead of being reported as a string.
|
| 10/02/2024 | 9041 | Airtable | Removed
- Removed the state output parameter from the RefreshOAuthAccessToken stored procedure.
|
| 05/02/2024 | 8888 | Airtable | Added
- Added ArrayOutputFormat as a connection property. This property decides how the column value of elements that are arrays of primitive values is displayed in the output. If set to AGGREGATE, the value will be the aggregate form of the array. If set to DELIMITED, the value will be a delimited string of the values.
- Added ValueDelimiter as a connection property. The column value for elements that are an array of primitive values is a comma-separated string of the values by default when ArrayOutputFormat is set to DELIMITED. Changing this property changes the separator to the desired character.
|
| 02/29/2024 | 8825 | Airtable | Removed
- Removed API Key authentication, ClientSecret, EnableMetadataAPI, TypeDetectionScheme, TableNames, and ViewNames connection properties. The Airtable Web API's metadata endpoints will always be used to list schema, tables, and columns.
|
| 09/29/2023 | 8672 | Airtable | Added
- Added "DownloadAttachment" as a stored procedure, which can be used to download an attachment from a table by providing the table name or ID (depending on the DisplayObjectIds connection property) and attachment ID.
|
| 04/24/2023 | 8514 | Airtable | Changed
- Changed default value for AuthScheme to 'OAuthPKCE'.
- Changed default value for EnableMetadataAPI to 'true'.
|
| 03/06/2023 | 8465 | Airtable | Added
- Added DisplayObjectIds as a connection property. This property determines if schema, table, view and column names should be replaced by their corresponding internal ID. Additionally, if enabled, the description for tables, views and columns will include the display name.
|
| 02/14/2023 | 8445 | Airtable | Added
- Added PersonalAccessToken as an authentication schema. Set AuthScheme to PersonalAccessToken to use Personal Access Token authentication with Airtable.
- Added OAuthPKCE as an authentication schema. Set AuthScheme to OAuthPKCE to use OAuth authentication with Airtable.
|
| 10/14/2022 | 8322 | Airtable | Added
- Added BaseName as a property to be used with the Metadata API.
|
| 10/13/2022 | 8321 | Airtable | Added
- Added support for the Metadata API endpoints. Note that the Metadata API is not available for general access.
- Added EnableMetadata API as a property.
- Added ClientSecret as a property.
- Added SchemaName as an input to the CreateSchema procedure to use when the Metadata API is enabled.
|
| 12/03/2021 | 8007 | Airtable | Added
- Added the TypeDetectionScheme connection property. Currently None and RowScan data type detection schemes may be specified.
|