https://linen.dev logo
e

Emily Cogsdill

02/07/2022, 6:21 PM
Hi everyone! I'm curious is it possible to develop connectors locally without all repository checkout, e.g. using dependencies instead of source code? Or share your local development best practice😉 Thank you!
r

Roman

02/07/2022, 7:45 PM
Hey you don't need to have the whole repository to develop the connector. But we have CDK part of repository which helps you build the connector at faster pace
Harshith Mullapudi, CDK delivered as source code, not as dependency, so, I have to pull at list CDK modules, correct? Is there way to pull project partially(cdk only)? I'd like to pull only required code and also would like to have possibility to update that code to up-to-date version
We have airbyte-cdk as a package and yeah you can use our CDK generator to create a source and then use the source folder as a independent piece
n

Narender Kumar

02/08/2022, 10:04 AM
is java CDK available as a dependency? Or only python available?
2 Views