Kevin Unkrich
Kevin Unkrich
## 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...
## Description Currently we support alerts via webhook and slack (webhooks). Both are relatively early, but we are looking to support email notifications as well. ## Expected behavior Expected behavior...
## Problem Allow the user the ability to update their integration instead of deleting and recreating it. ## Solution Create an edit button in the integrations table which links to...
## Problem Allow the user the ability to update their data source instead of deleting and recreating it. ## Solution Create an edit button in the datasources table which links...
## Problem There's no good way to check that an integration is working as expected today until an anomaly occurs and sends a message through. ## Solution Implement a test...
## Problem Monitors are created on the initial run via a SchemaCollectorJob https://github.com/monosidev/monosi/blob/master/src/server/handlers/datasources.py#L55 After this, if new tables, columns, or other entities are introduced, we do not automatically monitor them...
## Description Numeric standard deviation and length standard deviation are not currently being calculated https://github.com/monosidev/monosi/blob/master/src/ingestion/sources/base.py#L265-L275 ## Expected behavior By uncommenting these lines, we would expect that the metrics are made...
Hi - is there an easy way to _not_ require credit card upon account creation and then require the user to enter their credit card data when the trial period...