kamu-cli icon indicating copy to clipboard operation
kamu-cli copied to clipboard

New generation decentralized data lake and a streaming data pipeline

Results 264 kamu-cli issues
Sort by recently updated
recently updated
newest added

```gql DatasetMut::transfer_ownership(new_owner_account_id: AccountId!) ```

### Expectations - `by_access_levels` defaults to `[public]` if not specified - Ensure that we do not return entries with `molecule_access_level is null` (potentially possible with v1) - Covered w/ tests

Changed: - Not specifying a filter defaults to `["public"]` for extra safety TODO: In global search and activity APIs I think `byAccessLevels` is not enough - we need an ability...

## Description Closes: #issue ## Checklist before requesting a review - [ ] Unit and integration tests added - [ ] Compatibility: - [ ] Network APIs: ✅ - [...

## Description Closes: https://github.com/kamu-data/kamu-cli/issues/1476 ## Checklist before requesting a review - [x] Unit and integration tests added - [x] Compatibility: - [x] Network APIs: ✅ - [x] Workspace layout and...

Bumps the all group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 5 to 6 Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed...

dependencies
github_actions

### Motivation - `MoleculeDataRoomEntry` (GQL) provides the following fields: - `change_by()`; - `access_level()`. - However, `MoleculeDataRoomEntry::as_versioned_file()` allows us to obtain the file in different states: `latest()`, `as_of()`, `matching()`. - Each...

### Expectations - It is necessary to implement a bulk version of the deletion message to reduce the load on the Outbox during mass deletions (for example, when deleting an...