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

Behavior if specification doesn't exist in a record #805

Open
chrisiacovella opened this issue Mar 15, 2024 · 0 comments
Open

Behavior if specification doesn't exist in a record #805

chrisiacovella opened this issue Mar 15, 2024 · 0 comments

Comments

@chrisiacovella
Copy link

chrisiacovella commented Mar 15, 2024

Is your feature request related to a problem? Please describe.
If I were to try to iterate over records and give a specification that does not exist in the record, the code still executes without issue (it just doesn't fetch any data; I only get an error if I try to manipulate the data that should have been returned).

Describe the solution you'd like
It seems like it would be good to instead return an error or warning that the specification doesn't exist in the record.

My motivation for suggesting this is because I accidentally had a typo in the specification and it took me a bit of time to track it back to that typo; throwing an error would have made it quicker/easier to track it down.

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

No branches or pull requests

1 participant