docs: deprecate old airbyte loader docs (#19048)

This commit is contained in:
Erick Friis 2024-03-13 16:18:30 -07:00 committed by GitHub
parent 4c53e31377
commit 2999d06938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 27 additions and 9 deletions

View File

@ -5,7 +5,7 @@
"id": "1f3a5ebf", "id": "1f3a5ebf",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Airbyte CDK" "# Airbyte CDK (Deprecated)"
] ]
}, },
{ {
@ -13,6 +13,8 @@
"id": "35ac77b1-449b-44f7-b8f3-3494d55c286e", "id": "35ac77b1-449b-44f7-b8f3-3494d55c286e",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Note: `AirbyteCDKLoader` is deprecated. Please use [`AirbyteLoader`](/docs/integrations/document_loaders/airbyte) instead.\n",
"\n",
">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases.\n", ">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases.\n",
"\n", "\n",
"A lot of source connectors are implemented using the [Airbyte CDK](https://docs.airbyte.com/connector-development/cdk-python/). This loader allows to run any of these connectors and return the data as documents." "A lot of source connectors are implemented using the [Airbyte CDK](https://docs.airbyte.com/connector-development/cdk-python/). This loader allows to run any of these connectors and return the data as documents."

View File

@ -5,7 +5,7 @@
"id": "1f3a5ebf", "id": "1f3a5ebf",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Airbyte Gong" "# Airbyte Gong (Deprecated)"
] ]
}, },
{ {
@ -13,6 +13,8 @@
"id": "35ac77b1-449b-44f7-b8f3-3494d55c286e", "id": "35ac77b1-449b-44f7-b8f3-3494d55c286e",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Note: This connector-specific loader is deprecated. Please use [`AirbyteLoader`](/docs/integrations/document_loaders/airbyte) instead.\n",
"\n",
">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases.\n", ">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases.\n",
"\n", "\n",
"This loader exposes the Gong connector as a document loader, allowing you to load various Gong objects as documents." "This loader exposes the Gong connector as a document loader, allowing you to load various Gong objects as documents."

View File

@ -5,7 +5,7 @@
"id": "1f3a5ebf", "id": "1f3a5ebf",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Airbyte Hubspot" "# Airbyte Hubspot (Deprecated)"
] ]
}, },
{ {
@ -13,6 +13,8 @@
"id": "35ac77b1-449b-44f7-b8f3-3494d55c286e", "id": "35ac77b1-449b-44f7-b8f3-3494d55c286e",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Note: `AirbyteHubspotLoader` is deprecated. Please use [`AirbyteLoader`](/docs/integrations/document_loaders/airbyte) instead.\n",
"\n",
">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases.\n", ">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases.\n",
"\n", "\n",
"This loader exposes the Hubspot connector as a document loader, allowing you to load various Hubspot objects as documents." "This loader exposes the Hubspot connector as a document loader, allowing you to load various Hubspot objects as documents."

View File

@ -5,7 +5,7 @@
"id": "1f3a5ebf", "id": "1f3a5ebf",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Airbyte JSON" "# Airbyte JSON (Deprecated)"
] ]
}, },
{ {
@ -13,6 +13,8 @@
"id": "35ac77b1-449b-44f7-b8f3-3494d55c286e", "id": "35ac77b1-449b-44f7-b8f3-3494d55c286e",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Note: `AirbyteJSONLoader` is deprecated. Please use [`AirbyteLoader`](/docs/integrations/document_loaders/airbyte) instead.\n",
"\n",
">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases." ">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases."
] ]
}, },

View File

@ -5,7 +5,7 @@
"id": "1f3a5ebf", "id": "1f3a5ebf",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Airbyte Salesforce" "# Airbyte Salesforce (Deprecated)"
] ]
}, },
{ {
@ -13,6 +13,8 @@
"id": "35ac77b1-449b-44f7-b8f3-3494d55c286e", "id": "35ac77b1-449b-44f7-b8f3-3494d55c286e",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Note: This connector-specific loader is deprecated. Please use [`AirbyteLoader`](/docs/integrations/document_loaders/airbyte) instead.\n",
"\n",
">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases.\n", ">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases.\n",
"\n", "\n",
"This loader exposes the Salesforce connector as a document loader, allowing you to load various Salesforce objects as documents." "This loader exposes the Salesforce connector as a document loader, allowing you to load various Salesforce objects as documents."

View File

@ -5,7 +5,7 @@
"id": "1f3a5ebf", "id": "1f3a5ebf",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Airbyte Shopify" "# Airbyte Shopify (Deprecated)"
] ]
}, },
{ {
@ -13,6 +13,8 @@
"id": "35ac77b1-449b-44f7-b8f3-3494d55c286e", "id": "35ac77b1-449b-44f7-b8f3-3494d55c286e",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Note: This connector-specific loader is deprecated. Please use [`AirbyteLoader`](/docs/integrations/document_loaders/airbyte) instead.\n",
"\n",
">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases.\n", ">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases.\n",
"\n", "\n",
"This loader exposes the Shopify connector as a document loader, allowing you to load various Shopify objects as documents." "This loader exposes the Shopify connector as a document loader, allowing you to load various Shopify objects as documents."

View File

@ -5,7 +5,7 @@
"id": "1f3a5ebf", "id": "1f3a5ebf",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Airbyte Stripe" "# Airbyte Stripe (Deprecated)"
] ]
}, },
{ {
@ -13,6 +13,8 @@
"id": "35ac77b1-449b-44f7-b8f3-3494d55c286e", "id": "35ac77b1-449b-44f7-b8f3-3494d55c286e",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Note: This connector-specific loader is deprecated. Please use [`AirbyteLoader`](/docs/integrations/document_loaders/airbyte) instead.\n",
"\n",
">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases.\n", ">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases.\n",
"\n", "\n",
"This loader exposes the Stripe connector as a document loader, allowing you to load various Stripe objects as documents." "This loader exposes the Stripe connector as a document loader, allowing you to load various Stripe objects as documents."

View File

@ -5,7 +5,7 @@
"id": "1f3a5ebf", "id": "1f3a5ebf",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Airbyte Typeform" "# Airbyte Typeform (Deprecated)"
] ]
}, },
{ {
@ -13,6 +13,8 @@
"id": "35ac77b1-449b-44f7-b8f3-3494d55c286e", "id": "35ac77b1-449b-44f7-b8f3-3494d55c286e",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Note: This connector-specific loader is deprecated. Please use [`AirbyteLoader`](/docs/integrations/document_loaders/airbyte) instead.\n",
"\n",
">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases.\n", ">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases.\n",
"\n", "\n",
"This loader exposes the Typeform connector as a document loader, allowing you to load various Typeform objects as documents." "This loader exposes the Typeform connector as a document loader, allowing you to load various Typeform objects as documents."

View File

@ -5,7 +5,7 @@
"id": "1f3a5ebf", "id": "1f3a5ebf",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Airbyte Zendesk Support" "# Airbyte Zendesk Support (Deprecated)"
] ]
}, },
{ {
@ -13,6 +13,8 @@
"id": "35ac77b1-449b-44f7-b8f3-3494d55c286e", "id": "35ac77b1-449b-44f7-b8f3-3494d55c286e",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Note: This connector-specific loader is deprecated. Please use [`AirbyteLoader`](/docs/integrations/document_loaders/airbyte) instead.\n",
"\n",
">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases.\n", ">[Airbyte](https://github.com/airbytehq/airbyte) is a data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. It has the largest catalog of ELT connectors to data warehouses and databases.\n",
"\n", "\n",
"This loader exposes the Zendesk Support connector as a document loader, allowing you to load various objects as documents." "This loader exposes the Zendesk Support connector as a document loader, allowing you to load various objects as documents."