kamu-cli
kamu-cli copied to clipboard
New generation decentralized data lake and a streaming data pipeline
We should try to auto-generate our release notes and changelog. Let's research how other big projects do this.
We need some validation for introducing breaking changes on both sides
In some demos we needed to create a dashboard that would periodically refresh. For this we used jupyter notebooks and rendering them into HTML using `nbconvert` but currently this is...
Currently we spawn Livy process from a notebook and it stays running to be shared between multiple notebooks as you progress through one example. However when switching from example 1...
This would be useful for demos when we run infra on one machine while screen sharing a browser from another
This ticket is a dumping place for unit test expressiveness improvements. ### Make MetadataFactory produce valid sequence of blocks By making `MetadataFactory` statefull we can have it produce sequences of...
We often need to script some automation around the tool (e.g. workspace setup). We also often run the CLI under CI pipelines. In both cases there are a lot of...
**WIP** We are a bit too creative in naming things and could use more standard names in our auth code. List of things that need renamings: - `CurrentAccountSubject` - `AccessError::Unauthorized`...
Hi All, Just receiving this sql error in tableau when trying to select example table "kamu"."my.trading.holdings" and "kamu"."my.trading.transactions". **To reproduce:** ``` cd trading kamu init kamu add . --recursive kamu...