Closed
Description
Tell us about the problem you're trying to solve
In order to keep the code consistent across the connectors and to be able to test this connector the same way we do for the rest we need to move it to the new base.
Describe the solution you’d like
Remove all of the base-python
and airbyte-protocol
references and replace then with airbyte-cdk
. Refactor the codebase to fit the current best practices. See https://docs.airbyte.io/connector-development/cdk-python, https://docs.airbyte.io/connector-development/best-practices and other airbyte-cdk
sources for the refs (such as Harvest
, Braintree
etc.).
Describe the alternative you’ve considered or used
We may just left the connector as it for now. But still at some point we'll need to rebuild this connector.
Additional context
Description updated after the #6465.
Are you willing to submit a PR?
I can do it.