I am currently familiarising myself with the Native Data Connector Spec and the related SDKs.
The documentation is excellent and i have a pretty good understanding of the individual steps required to implement a custom NDC. Having to run a separate rust crate for testing, adds a bit of an overhead. Especially when using the TypeScript SDK instead of the rust blueprint. It's not to bad, but workflow and user experience could definitely be improved
Component
CLI -> c/v3-cli
Is your proposal related to a problem?
I am currently familiarising myself with the Native Data Connector Spec and the related SDKs. The documentation is excellent and i have a pretty good understanding of the individual steps required to implement a custom NDC. Having to run a separate rust crate for testing, adds a bit of an overhead. Especially when using the TypeScript SDK instead of the rust blueprint. It's not to bad, but workflow and user experience could definitely be improved
Describe the solution you'd like
Include ndc-test in the ddn cli
Describe alternatives you've considered
Work with the current ndc-test crate