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] schema should not allow index and dataview #3817

Closed
brokensound77 opened this issue Jun 21, 2024 · 0 comments · Fixed by #3830
Closed

[Bug] schema should not allow index and dataview #3817

brokensound77 opened this issue Jun 21, 2024 · 0 comments · Fixed by #3830
Assignees
Labels
bug Something isn't working python Internal python for the repository test-suite unit and other testing components

Comments

@brokensound77
Copy link
Contributor

Updates made in #3510 should have also included a validation check to ensure only index or dataview are set and not both

    @validates_schema
    def validates_query_data(self, data, **kwargs):
        ...
        # add check here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python Internal python for the repository test-suite unit and other testing components
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants