Michał Jastrzębski
Michał Jastrzębski
Hello! Trying to render simple graph, but it doesn't behave like it should. ``` var nodes = { "nodes": [ "node1", "node2", "node3", "node4", "node5", ], "edges": [ ["node1", "node2"],...
This is critical pre-1.0. Since we're using relational db, we will have schema, and schema will change as project evolves. For that reason, we will need upgrade path and migration...
**Is your feature request related to a problem? Please describe.** Dasks [read_parquet](https://docs.dask.org/en/stable/generated/dask.dataframe.read_parquet.html) (as well as other loaders, like csv) can accept list of files. This allows multiple dask distributed workers...
Currently all controllers only monitor default namespace, we should monitor all, and if resource is created, it should be created in correct ns