Skip to content

Fixing an issue with lineage api response#74

Open
aniket-s-kulkarni wants to merge 3 commits into
dremio:mainfrom
aniket-s-kulkarni:dx-110304
Open

Fixing an issue with lineage api response#74
aniket-s-kulkarni wants to merge 3 commits into
dremio:mainfrom
aniket-s-kulkarni:dx-110304

Conversation

@aniket-s-kulkarni
Copy link
Copy Markdown
Contributor

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

@colan-dremio
Copy link
Copy Markdown

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

Comment thread src/dremioai/api/dremio/catalog.py
Comment thread src/dremioai/api/dremio/catalog.py
Comment thread src/dremioai/api/dremio/catalog.py
type: Annotated[
CatalogItemType,
AfterValidator(partial(subset_validator, values=[CatalogItemType.DATASET])),
AfterValidator(partial(subset_validator, values=CatalogItemType)),
Copy link
Copy Markdown

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