autotune
autotune copied to clipboard
Add DataSourceMetadataOperator and DataSourceManager
Description
This PR has the following changes:
- Adds
DataSourceMetadataOperator
(yet to implement CRUD operations) - Implementation of
DataSourceManager
on top of metadata operator
Type of change
- [ ] Bug fix
- [x] New feature
- [ ] Docs update
- [ ] Breaking change (What changes might users need to make in their application due to this PR?)
- [ ] Requires DB changes
How has this been tested?
Test Configuration
- Kubernetes clusters tested on: minikube
Checklist :dart:
- [x] Followed coding guidelines
- [x] Comments added
- [ ] Dependent changes merged
- [ ] Documentation updated
- [ ] Tests added or updated
Additional information
This PR has a dependency on #1139 to be merged first, as it uses DataSourceInfo
Implementation of CRUD operations for DataSourceMetadataOperator
will be in next PR
@shreyabiradar07 These needs to be rebased with the latest mvp_demo branch