Open xinyual opened 1 week ago
@xinyual You can raise another PR in the skills repo. It's better we can review both PRs togeter.
@xinyual You can raise another PR in the skills repo. It's better we can review both PRs togeter.
Sure.
Please update
DeleteConnectorTransportAction
with connector_id in ConnectorTool.
It's not related to this PR. I will check it and open another PR if it's need.
Description
This pr is to check all downstream service before deleting ml model. Two downstream tasks are checking here:
For agent, we enforce this tool factory to implement a method to return the key field name of each tool. Then we create a should DSL query like
For pipelines, we fetch all ingestion pipelines and search pipelines and check for each pipeline whether they contain the candidate model id.
Related Issues
3191
3087
3088
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.