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

feat: support lists in 'resolve_keyed_by' #608

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ahal
Copy link
Collaborator

@ahal ahal commented Nov 21, 2024

I tested this in Gecko and it resulted in an identical full graph

@ahal ahal self-assigned this Nov 21, 2024
@ahal ahal requested review from a team and bhearsum November 21, 2024 18:49
@ahal ahal force-pushed the push-zptlxmssuqnn branch from 0d74526 to 5daf787 Compare November 21, 2024 18:52
@ahal ahal force-pushed the push-zptlxmssuqnn branch from 5daf787 to 8c4f563 Compare November 21, 2024 20:23
Copy link
Contributor

@jcristau jcristau left a comment

Choose a reason for hiding this comment

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

Looks like this breaks on python 3.8?


def iter_dot_path(
container: Dict[str, Any], subfield: str
) -> Generator[Tuple[dict[str, Any], str], None, None]:
Copy link
Contributor

Choose a reason for hiding this comment

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

Python < 3.9 can't handle type annotation using built-in types 😢 Just need to replace dict with Dict (I think it can handle str tho). Very annoying.

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