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

BUG: use a hashkey for correct version metadata cache #182

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

ceesem
Copy link
Collaborator

@ceesem ceesem commented Apr 18, 2024

Fixes a small bug in the get_tables_metadata function where the result was cached independent of version, causing incorrect results if tables were queried for two different versions. This fix adds a key for the cache that hashes on datastack name and version, which should uniquely define the result.

@ceesem ceesem requested a review from fcollman April 18, 2024 01:23
@fcollman fcollman merged commit f45c5b6 into master Apr 19, 2024
16 checks passed
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