Skip to content

Conversation

@aniket-s-kulkarni
Copy link
Contributor

DX-110304 : Supporting the right set of enum values.

@colan-dremio
Copy link

Does not look correct, children can only be VIRTUAL type (views) https://dremio.atlassian.net/browse/DX-110304?focusedCommentId=862054

Will need more details about the root issue to give more advice

type: Annotated[
CatalogItemType,
AfterValidator(partial(subset_validator, values=[CatalogItemType.DATASET])),
AfterValidator(partial(subset_validator, values=CatalogItemType)),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same question for all the changes to CatalogItemType, they looked correct to me before

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants