optimus icon indicating copy to clipboard operation
optimus copied to clipboard

Optimus is an easy-to-use, reliable, and performant workflow orchestrator for data transformation, data modeling, pipelines, and data quality management.

Results 122 optimus issues
Sort by recently updated
recently updated
newest added

Job Deployment is pretty slow due to repeated dependency resolution and there is a scope for inconsistency due to modified resources after the job creation.

enhancement
optimus
roadmap

There is an observation around multiple conversions, lets analyse whether we can simplify this. Job Yaml tranform to models.Job -> Job Yaml for persistence Job Yaml tranform to models.Job ->...

techdebt

If we check the current implementation, we have `mock` package to store any mock structure for testing purposes. Instead of using `mock`, I suggest to change it into `mocks` instead....

refactor
techdebt

Differently formatting message, such as coloring message, could help the user to notice on something important. But, the current implementation of providing log could be improved. As observed, the following...

refactor
techdebt

At the load of the project we query all the secrets and keep them for use if any piece of code requires them. With this story we will consume the...

refactor
techdebt

As part of this story, we expect all the dependent jobs to be recompiled to do the dependency resolution and persist the dependencies accordingly. Any failures in the dependent jobs...

bug

**Is your feature request related to a problem? Please describe.** The better the logging the better we understand what is happening in the system. That improves efficiency of the developers...

techdebt