Skip to content

Conversation

@ajtmccarty
Copy link
Contributor

@ajtmccarty ajtmccarty commented Oct 5, 2024

IFC-727
infrahub PR opsmill/infrahub#4546

use the new DiffTreeSummary query instead of the deprecated DiffSummary graphql query in get_diff_summary

from typing_extensions import NotRequired, TypedDict


class NodeDiff(TypedDict):
Copy link
Contributor

Choose a reason for hiding this comment

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

FYI we have a:

from infrahub_sdk.client import NodeDiff  # noqa: TCH002

In infrahub/message_bus/types.py, it would still work since we are importing NodeDiff into infrahub_sdk/client but it gets a bit weird.

@ajtmccarty ajtmccarty merged commit 44a9a84 into stable Oct 8, 2024
10 checks passed
@ajtmccarty ajtmccarty deleted the ajtm-10052024-diff-summary-update-IFC-727 branch October 8, 2024 14:39
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.

3 participants