PyAirbyte
PyAirbyte copied to clipboard
⏱️ [Do not merge]: Skeleton of native declarative source support
This is an early skeleton of what would be a native declarative source implementation in PyAirbyte.
The benefit of including natively is that we can skip the installation step and we can avoid a requirement on virtualenvs. We also avoid spinning up a separate process and everything can run in the same process/thread.