PyAirbyte icon indicating copy to clipboard operation
PyAirbyte copied to clipboard

Proposal: Allow PyAirbyte to run connectors with custom code

Open aaronsteers opened this issue 8 months ago • 0 comments

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.

aaronsteers avatar Mar 25 '25 22:03 aaronsteers