Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DatasetOwnershipService: moved to the kamu-dataset area & implemented via DatasetEntryServiceImpl #1004

Conversation

s373r
Copy link
Member

@s373r s373r commented Dec 20, 2024

Description

  • Private Datasets:
    • DatasetOwnershipService: moved to the kamu-dataset area & implemented via DatasetEntryServiceImpl

@s373r s373r self-assigned this Dec 20, 2024
@s373r s373r force-pushed the chore/replace-DatasetOwnershipService-with-DatasetEntryService branch from 5574144 to 371bbc6 Compare December 20, 2024 20:09
Copy link
Member Author

@s373r s373r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add notes for readers

Comment on lines +344 to +345
|| async { Ok(Arc::new(owner_id)) },
move |owner_id, pagination| async move {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

|| async { ... },
move |...| async move {
    ...
}

Offtop: ah, the magical Rust

}),
)),
});
break;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A soul cry: this break left behind cost me almost 6 hours of debugging...

@@ -1,414 +0,0 @@
// Copyright Kamu Data, Inc. and contributors. All rights reserved.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for readers: duplicate file -- looks like a sad artifact of the previous my big merge.

@s373r s373r marked this pull request as ready for review December 20, 2024 20:18
@s373r s373r merged commit d7ebb40 into feature/private-datasets Dec 20, 2024
5 of 6 checks passed
@s373r s373r deleted the chore/replace-DatasetOwnershipService-with-DatasetEntryService branch December 20, 2024 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant