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

introduce contextual store to track accessed datasets during transform #328

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

rompetroll
Copy link
Contributor

In this change, each transform instance uses its own copy of the Store struct. These contextual stores can be used to track information during the lifetime of a single transform, without introducing new parameters or other API changes.
The use case in this issue is to track which datasets are accessed from a transform script via queries or transactions.

@rompetroll rompetroll merged commit 8b73015 into master Sep 25, 2024
5 checks passed
@rompetroll rompetroll deleted the feat/issue-325/track-queried-datasets-v2 branch September 25, 2024 13:37
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.

2 participants