From 9b89e8b8c91372ab72164d765e4ba85dc9e1e39b Mon Sep 17 00:00:00 2001 From: adrianbr Date: Wed, 28 Feb 2024 19:22:39 +0100 Subject: [PATCH] add missing link --- docs/website/blog/2024-02-28-what-is-pyairbyte.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website/blog/2024-02-28-what-is-pyairbyte.md b/docs/website/blog/2024-02-28-what-is-pyairbyte.md index eb24569f10..a6068dba3e 100644 --- a/docs/website/blog/2024-02-28-what-is-pyairbyte.md +++ b/docs/website/blog/2024-02-28-what-is-pyairbyte.md @@ -18,7 +18,7 @@ Here at dltHub, we work on the python library for data ingestion. So when I hear PyAirbyte is an interesting Airbyte’s initiative - similar to the one that Meltano had undertook 3 years ago. It provides a convenient way to download and install Airbyte sources and run them locally storing the data in a cache dataset. Users are allowed to then read the data from this cache. -A Python wrapper on the Airbyte source is quite nice and has a feeling close to [Alto]. The whole process of cloning/pip installing the repository, spawning a separate process to run Airbyte connector and read the data via UNIX pipe is hidden behind Pythonic interface. +A Python wrapper on the Airbyte source is quite nice and has a feeling close to [Alto](https://github.com/z3z1ma/alto). The whole process of cloning/pip installing the repository, spawning a separate process to run Airbyte connector and read the data via UNIX pipe is hidden behind Pythonic interface. Note that this library is not an Airbyte replacement - the loaders of Airbyte and the library are very different. The library loader uses pandas.to_sql and sql alchemy and is not a replacement for Airbyte destinations that are available in Open Source Airbyte @@ -37,4 +37,4 @@ In wrapping up, it's clear that PyAirbyte is a neat little addition to the toolk ### Want to discuss? -[Join our slack community](https://dlthub.com/community) to take part in the conversation. \ No newline at end of file +[Join our slack community](https://dlthub.com/community) to take part in the conversation.