You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="module_airtable-source.AirtableOptions+tables">`tables`</a> | <code>string</code>| <code>[]</code> | The tables you want to fetch from |
13
-
| <aname="module_airtable-source.AirtableOptions+keyValueTables">`keyValueTables`</a> | <code>string</code>| <code>[]</code> | As a convenience feature, you can store tables listed here askey/value pairs. Field names should be `"key"` and `"value"`. |
13
+
| <aname="module_airtable-source.AirtableOptions+keyValueTables">`keyValueTables`</a> | <code>string</code>| <code>[]</code> | As a convenience feature, you can store tables listed here as<br>key/value pairs. Field names should be `"key"` and `"value"`. |
14
14
| <aname="module_airtable-source.AirtableOptions+endpointUrl">`endpointUrl`</a> | <code>string</code>| <code>'https://api.airtable.com'</code> | The API endpoint to use for Airtable |
15
15
| <aname="module_airtable-source.AirtableOptions+defaultView">`defaultView`</a> | <code>string</code>|| The table view which to select for syncing by default |
16
16
| <aname="module_airtable-source.AirtableOptions+appendLocalAttachmentPaths">`appendLocalAttachmentPaths`</a> | <code>boolean</code>| <code>true</code> | Appends the local path of attachments to the saved JSON |
0 commit comments