Xiaofei Du
Xiaofei Du
**Why** I suggest we make the error message consistent across all backends, so the frontend can present more constructive error messages to the users. **Now** Right now, our API error...
We should use Temporal workflow for the following operations - model creation - model deployment - pipeline creation Related issue: #130
- [x] gRPC - [x] HTTP - [x] MySQL - [x] Postgres - [x] Local CSV - [x] Local JSON
Add clear contribution guideline or template for - [ ] General contribution - [ ] Contribute a model - [ ] Contribute a demo - [ ] Contribute a connector
Translate README into different languages - [ ] [简体中文](https://github.com/instill-ai/vdp/blob/main/README_zh-hans.md) - [ ] [繁體中文](https://github.com/instill-ai/vdp/blob/main/README_zh-hant.md)
Currently, only pipeline-backend supports search or filter endpoints ([AIP-160](https://github.com/instill-ai/vdp/issues/AIP-160)) (See https://github.com/instill-ai/vdp/issues/109). We need to implement the same function for all backends - [ ] Connector-backend @pinglin - [ ] Model-backend...
Similar to #109, if a resource (source/model-instance/destination) is online - if the resource is used by any **online** pipeline, we should not allow the operation to change the resource state...
### Why An online model (or model version) should not be allowed to be set offline nor to be deleted when it is being used by any activated pipeline. We...
All backends are using HTTP protocol, we will enable HTTPS in the future.