basic reimplementation of what was working in rdc.etl, jupyter widget, json import, demo with opendatasoft api, etc. Lot of things are still work in progress, stay tuned.

This commit is contained in:
Romain Dorgueil
2016-12-24 10:37:53 +01:00
parent f0315936d3
commit c30048f1b0
54 changed files with 4680 additions and 256 deletions

View File

@ -1,7 +1,7 @@
import pytest
from bonobo.core.graph import Graph
from bonobo.core.tokens import BEGIN
from bonobo.core.graphs import Graph
from bonobo.util.tokens import BEGIN
identity = lambda x: x