autotune icon indicating copy to clipboard operation
autotune copied to clipboard

Add DataSourceMetadataOperator and DataSourceManager

Open shreyabiradar07 opened this issue 10 months ago • 1 comments

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 avatar Mar 27 '24 13:03 shreyabiradar07

@shreyabiradar07 These needs to be rebased with the latest mvp_demo branch

dinogun avatar Apr 03 '24 15:04 dinogun