Sandeep Bhardwaj
Sandeep Bhardwaj
This will include running airflow along with optimus server in ways similar to production setup. To allow for easy dev setup and debugging issues.
As part of this issue we can focus on using JobSpec by pointer.
The current adapters convert from one struct to another and are not adapters for behaviour. We need to convert all such adapter from using an interface to individual function. Function...
Done for `api/handler/v1beta1/adapter.go` Need to do for `store/postgres/adapter.go`
Hey Kush, thank you for helping with work on executor, for now we will concentrate on v1 for the proposal and define the technical and business specifications of the executor....
We also need to update the version of [golang-migrate](https://github.com/odpf/optimus/issues/github.com/golang-migrate/migrate/v4) library to latest version in a patch release on top of current release, so that later if we need to do...
Use of force parameter should not be the norm, we can only consider force as a param in case of exceptional circumstances, otherwise its use can corrupt the database. In...
We have addressed other todos. For getting records from db, it will take some time, db does not have enough records to replace airflow as source of truth.