monosi
monosi copied to clipboard
Open source data observability platform
## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Other (please describe): ## Issue _Link...
## Description If a source is deleted, the monitor page no longer shows any of the data from previous scheduled job runs for all other (non-deleted) sources ## Expected behavior...
## Problem Lot of users need data observability for their in-house data platform ## Solution Use ClickHouse as data source ## Requirements Look https://clickhouse.com/docs/en/ it's a blazing fast and open...
## Problem I would like to Automate code reviews on my commits and pull requests ## Solution Implement integration with an automated code review system such as Codacy (www.codacy.com) ##...
## Problem I want to use monosi with my SqlServer data store ## Solution Monosi needs to interpret SqlServer configuration details and run on SqlServer accordingly ## Requirements 1. SqlServer...
## Timestamp columns are incorrectly inferred on nested columns On (at least) a bigquery dataset, when using tables that have nested/repeated columns that contain a timestamp element (i.e. column type...
## Problem Currently, the tables implementation in the code is dirty and not componentized. ## Solution We need to componentize the table implementation for reuse across the application ## Requirements...
## Problem To begin with not all companies may have a full grown datawarehouse and might use the datalake itself as a single place to start with. Our use case...
As per https://github.com/monosidev/monosi/issues/169, We are removing eui dependencies from the repo. Work completed:- almost everything is replaced To-do:- Need ort align the big query card properly need to apply proper...
## Description Currently we provide functionality to test whether we are correctly connected to a data source. In this method, we rely on an exception happening rather than truly checking...