weaverbird icon indicating copy to clipboard operation
weaverbird copied to clipboard

A visual data pipeline builder with various backends

Results 51 weaverbird issues
Sort by recently updated
recently updated
newest added

In order to have have consistency between all components, it could be nice to have all `scss` rules written in our Single File Vue Component. Even in developpement, that style...

enhancement
tech
build
design

For small datasets, transformations could be done client-side. This could be handy to: - fetch only some data once from a server and dispatch it across usages in the client...

querytranslate

We wanted to add the possibility to override some style variables (e.g: active-color), we thus had to remove the scope attributes on style block, that prevent to overwrite a class...

enhancement
tech

Reviewing #504 raised the issue that the manner we tie the back-end service to the hosting store and the weaverbird module is quite complicated. I think it could be simplified...

tech

Expose some useful interfaces/types to the rest of the world :)

build

As a query designer, I can browser my paginated dataset. The default is to limit the viewport to N (i.e. 50) but I can choose to configure this `N` visually...

ui
data

### TO DO - [x] Support basic aggregation functions with straightforward implementation - [ ] Support `count_distinct` --- # Exemple 1: Several aggregations on several dimensions This 'group' step config...

querytranslate
mongo

In `src/lib/steps.ts`, we define the output column name with at least 4 different names: - `newcolumn` - `new_column, - `new_column_name`, - `newColumName` Let's pick a single one :).

tech

If a column has only null values, it is just excluded and is not displayed in the dataviewer. It is not the expected behaviour and we should display the column...

bug
ui