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

Implement a **static** pivot step for: * Snowflake * Redshift * BigQuery

* Postgres DateExtract

:hammer: wip :hammer:

TCTC-3456 Signed-off-by: Luka Peschke

need review
pypika
python
proposal

Signed-off-by: Luka Peschke

need review
pypika
python
proposal

- fix Makefile goals - make `pytest` command work directly - make `make test` work even without env variables ![Screenshot 2022-06-27 at 14 30 40](https://user-images.githubusercontent.com/18406791/175942553-b0ef6c88-cb36-4fed-92bb-4faa5cdeb18d.png)

DO NOT MERGE

With the introduction of poetry #1348 , the Dockerfile and some of the README steps may not be up-to-date. Could we take some time to make sure it's easy for...

documentation

The actual implementation is based on pandas' eval, which is quite permissive (close to any valid python) but doesn't work with some modern dtypes, such as https://pandas.pydata.org/docs/user_guide/integer_na.html My suggestion would...

py pandas

An SQL translation today is quite costly as it need to make some intermediate requests, mainly to get column names to be added to the select clause. We could remove...

sql

Currently when we want to manage which button/step to display in frontend we need to declare available step of a translator in `src/lib/translators/`. Perhaps, we could manage this list directly...

Currently we need to import the whole module to use only an exported function ![Screen Shot 2021-08-22 at 6 45 29 PM](https://user-images.githubusercontent.com/18406791/130363346-4b00ffa3-1e83-44fd-a64a-a8f640eb8a02.png)

enhancement
tech