aslotte/MLOps.NET

Refactor MLOpsDbContext

aslotte opened this issue · 0 comments

Describe the solution you'd like
I think we can

  • Remove entity interfaces
  • Use modelBuilder to configure proper maps (may need to be provider dependent?)
  • Rely on navigation properties
  • Refactor MetaDataStore to not explicitly fetch dependencies (should be automatically loaded)
  • Add integration tests to ensure dependencies are loaded as expected