PyAirbyte
PyAirbyte copied to clipboard
Proposal: Allow PyAirbyte to run connectors with custom code
The CDK is now able to run low-code connectors with custom components.py. In theory, we could modify PyAirbyte's implementation to check for a components.py file in the registry/bucket, then instantiating the connector without needing to do a full python install.