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

Allow one to set up feature checks as well #93

Merged
merged 2 commits into from
Jul 19, 2024
Merged

Conversation

HuwCampbell
Copy link
Collaborator

No description provided.

The types on the backend are shared for table and feature checks,
and have the same API. But, the types are a bit more restrictive
for features because they must be able to be computed in a single
pass during feature generation, and can't require a new plan.

So we don't allow one to _input_ a unique constraint, but we will
show it if it's there (it will result in a skipped check if the
feature generator runs it).

I tried using MaxItems 0 for this, but because go it very weak,
it confused 0 with empty and just ignored it. So I instead have
it conflict with its base, so you can't input it.
@HuwCampbell HuwCampbell force-pushed the topic/features-tests branch from 7c06922 to 7f34674 Compare July 19, 2024 04:24
@HuwCampbell HuwCampbell merged commit 88ce072 into master Jul 19, 2024
1 check passed
@HuwCampbell HuwCampbell deleted the topic/features-tests branch July 19, 2024 04:27
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.

1 participant