dataops-observability icon indicating copy to clipboard operation
dataops-observability copied to clipboard

DataOps Observability is part of DataKitchen's Open Source Data Observability. DataOps Observability monitors every data journey from data source to customer value, from any team development environm...

Results 6 dataops-observability issues
Sort by recently updated
recently updated
newest added

We've run into cases of the the MySQL pod being OOMKilled when using the default minikube configuration (2 GB memory). We don't set any resource requests or limits on our...

enhancement

**Steps to reproduce** - Create several components. - Create a journey and add multiple components at the same time to the DAG. - The components get added to the DAG,...

bug

**Steps to reproduce** - Send a request to `PUT /observability/v1/journeys/:journey_id/dag` like this: `{"right": ""}`. 201 response is returned as expected. - Send the request again. Another 201 is returned, and...

bug

Some of the unit and integration tests are currently broken. The scope of this issue is to fix them.

- Removed empty config.cfg hack (it was an ancient workaround for a problem that no longer exists) - Updated ruff formatter config to format as python3.12 (the version of python...