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

SQL Registry + caching is missing the function: list_validation_references( #3408

Closed
sfc-gh-madkins opened this issue Dec 21, 2022 · 1 comment · Fixed by #3436
Closed

SQL Registry + caching is missing the function: list_validation_references( #3408

sfc-gh-madkins opened this issue Dec 21, 2022 · 1 comment · Fixed by #3436

Comments

@sfc-gh-madkins
Copy link
Collaborator

When adding the caching code to the Snowflake Registry, I noticed that the SQL Registry is missing a GET function for VALIDATION REFERENCES

Expected Behavior

THIS WORKS

store.get_validation_references()

THIS SHOULD WORK TOO

store.list_validation_references()

Current Behavior

THIS DOESNT WORK

store.list_validation_references()

Steps to reproduce

Specifications

  • Version:
  • Platform:
  • Subsystem:

Possible Solution

@sfc-gh-madkins
Copy link
Collaborator Author

Same goes for registry.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants