aarthy-dk
aarthy-dk
**Steps to reproduce** - On Docker Desktop, go to Settings > Resources and set the "Memory limit" to less than 4 GB. - Install Observability with: `python3 dk-installer.py obs install...
The installer should support upgrading an installed instance of Observability to the latest released version. Command: `obs upgrade`
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...
**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,...
**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...
The agents under the "legacy_agents" folder were built on the older framework. When these agents are deployed, they do not show up on the Integrations page in the UI because...
We developed a dbt connector a while ago, but the code was separate from the other agents and was missed while migrating to this public repo. Let's add it in...
The same Airflow API used by the Airflow agent can be used to retrieve events from Google Cloud Composer. However, the latter does not support basic authentication. It needs a...