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