Skip to content

Commit 4cd8797

Browse files
authored
Airtable v2 source connector (#248)
1 parent b3c60da commit 4cd8797

File tree

29 files changed

+146
-108
lines changed

29 files changed

+146
-108
lines changed

api-reference/ingest/destination-connector/astradb.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import SharedAPIKeyURL from '/snippets/general-shared-text/api-key-url.mdx';
88
<SharedAstraDB />
99
<SharedAPIKeyURL/>
1010

11-
Now call the Unstructured CLI or Python SDK. The source connector can be any of the ones supported. This example uses the local destination connector:
11+
Now call the Unstructured CLI or Python SDK. The source connector can be any of the ones supported. This example uses the local source connector:
1212

1313
import AstraDBAPISh from '/snippets/destination_connectors/astradb.sh.mdx';
1414
import AstraDBAPIPyV2 from '/snippets/destination_connectors/astradb.v2.py.mdx';

api-reference/ingest/destination-connector/azure-cognitive-search.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import SharedAPIKeyURL from '/snippets/general-shared-text/api-key-url.mdx';
88
<SharedAzureCS />
99
<SharedAPIKeyURL/>
1010

11-
Now call the Unstructured CLI or Python SDK. The source connector can be any of the ones supported. This example uses the local destination connector:
11+
Now call the Unstructured CLI or Python SDK. The source connector can be any of the ones supported. This example uses the local source connector:
1212

1313
import AzureCSAPISh from '/snippets/destination_connectors/azure_cognitive_search.sh.mdx';
1414
import AzureCSAPIPyV2 from '/snippets/destination_connectors/azure_cognitive_search.v2.py.mdx';

api-reference/ingest/source-connectors/airtable.mdx

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,24 @@
22
title: Airtable
33
---
44

5-
import SharedContentAirtable from '/snippets/sc-shared-text/airtable.mdx';
5+
import NewDocument from '/snippets/general-shared-text/new-document.mdx';
6+
7+
<NewDocument />
8+
9+
import SharedContentAirtable from '/snippets/sc-shared-text/airtable-cli-api.mdx';
10+
import SharedAPIKeyURL from '/snippets/general-shared-text/api-key-url.mdx';
611

712
<SharedContentAirtable/>
13+
<SharedAPIKeyURL/>
814

9-
Finally, make sure to set the `--partition-by-api` flag and pass in your API key with `--api-key`:
15+
Now call the Unstructured CLI or Python SDK. The destination connector can be any of the ones supported. This example uses the local destination connector:
1016

11-
import AirtableAPISh from '/snippets/source_connectors/airtable_api.sh.mdx';
12-
import AirtableAPIPy from '/snippets/source_connectors/airtable_api.py.mdx';
17+
import AirtableAPISh from '/snippets/source_connectors/airtable.sh.mdx';
18+
import AirtableAPIPyV2 from '/snippets/source_connectors/airtable.v2.py.mdx';
19+
import AirtableAPIPyV1 from '/snippets/source_connectors/airtable.v1.py.mdx';
1320

1421
<CodeGroup>
15-
1622
<AirtableAPISh />
17-
18-
<AirtableAPIPy />
19-
20-
</CodeGroup>
21-
22-
23-
Additionally, if you're using Unstructured Serverless API, your locally deployed Unstructured API, or an Unstructured API
24-
deployed on Azure or AWS, you also need to specify the API URL via the `--partition-endpoint` argument.
23+
<AirtableAPIPyV2 />
24+
<AirtableAPIPyV1 />
25+
</CodeGroup>

api-reference/ingest/source-connectors/astradb.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import SharedAPIKeyURL from '/snippets/general-shared-text/api-key-url.mdx';
1212
<SharedContentAstraDB/>
1313
<SharedAPIKeyURL/>
1414

15-
Now call the Unstructured CLI or Python SDK. The source connector can be any of the ones supported. This example uses the local source connector:
15+
Now call the Unstructured CLI or Python SDK. The destination connector can be any of the ones supported. This example uses the local destination connector:
1616

1717
import AstraDBAPISh from '/snippets/source_connectors/astradb.sh.mdx';
1818
import AstraDBAPIPyV1 from '/snippets/source_connectors/astradb.v1.py.mdx';

api-reference/ingest/source-connectors/dropbox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import SharedAPIKeyURL from '/snippets/general-shared-text/api-key-url.mdx';
1212
<SharedContentDropbox/>
1313
<SharedAPIKeyURL/>
1414

15-
Now call the Unstructured Ingest CLI or the Unstructured Ingest Python library. The source connector can be any of the ones supported. This example uses the local source connector:
15+
Now call the Unstructured Ingest CLI or the Unstructured Ingest Python library. The destination connector can be any of the ones supported. This example uses the local destination connector:
1616

1717
import DropboxAPISh from '/snippets/source_connectors/dropbox.sh.mdx';
1818
import DropboxAPIPyV2 from '/snippets/source_connectors/dropbox.v2.py.mdx';

api-reference/ingest/source-connectors/hubspot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import SharedAPIKeyURL from '/snippets/general-shared-text/api-key-url.mdx';
1212
<SharedContentHubSpot/>
1313
<SharedAPIKeyURL/>
1414

15-
Now call the Unstructured Ingest CLI or the Unstructured Ingest Python library. The source connector can be any of the ones supported. This example uses the local source connector:
15+
Now call the Unstructured Ingest CLI or the Unstructured Ingest Python library. The destination connector can be any of the ones supported. This example uses the local destination connector:
1616

1717
import HubSpotAPISh from '/snippets/source_connectors/hubspot.sh.mdx';
1818
import HubSpotAPIPyV1 from '/snippets/source_connectors/hubspot.v1.py.mdx';

open-source/ingest/destination-connectors/astradb.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import SharedAstraDB from '/snippets/dc-shared-text/astradb-cli-api.mdx';
1010

1111
<SharedAstraDB />
1212

13-
Now call the Unstructured CLI or Python. The destination connector can be any of the ones supported. This example uses the local destination connector.
13+
Now call the Unstructured CLI or Python. The source connector can be any of the ones supported. This example uses the local source connector.
1414

1515
This example sends files to Unstructured API services for processing by default. To process files locally instead, see the instructions at the end of this page.
1616

open-source/ingest/destination-connectors/azure-cognitive-search.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import SharedAzureCS from '/snippets/dc-shared-text/azure-cognitive-search-cli-a
1010

1111
<SharedAzureCS />
1212

13-
Now call the Unstructured CLI or Python. The destination connector can be any of the ones supported. This example uses the local destination connector.
13+
Now call the Unstructured CLI or Python. The source connector can be any of the ones supported. This example uses the local source connector.
1414

1515
This example sends files to Unstructured API services for processing by default. To process files locally instead, see the instructions at the end of this page.
1616

open-source/ingest/destination-connectors/dropbox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import SharedDropbox from '/snippets/dc-shared-text/dropbox-cli-api.mdx';
1010

1111
<SharedDropbox />
1212

13-
Now call the Unstructured Ingest CLI or Unstructured Ingest Python. The source connector can be any of the ones supported. This example uses the local source connector.
13+
Now call the Unstructured Ingest CLI or Unstructured Ingest Python. The source connector can be any of the ones supported. This example uses the local source connector.
1414

1515
This example sends files to Unstructured API services for processing by default. To process files locally instead, see the instructions at the end of this page.
1616

open-source/ingest/destination-connectors/mongodb.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import SharedMongoDB from '/snippets/dc-shared-text/mongodb-cli-api.mdx';
1010

1111
<SharedMongoDB />
1212

13-
Now call the Unstructured Ingest CLI or Unstructured Ingest Python. The source connector can be any of the ones supported. This example uses the local source connector.
13+
Now call the Unstructured Ingest CLI or Unstructured Ingest Python. The source connector can be any of the ones supported. This example uses the local source connector.
1414

1515
This example sends files to Unstructured API services for processing by default. To process files locally instead, see the instructions at the end of this page.
1616

0 commit comments

Comments
 (0)