You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
ddn connector test --endpoint
Describe alternatives you've considered
Work with the current ndc-test crate
The text was updated successfully, but these errors were encountered:
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
ddn connector test --endpoint
Describe alternatives you've considered
Work with the current ndc-test crate
The text was updated successfully, but these errors were encountered: