mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 20:28:48 -05:00
[GH-ISSUE #40] Transform output not connected automatically to the root node. #448
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FarallonWest on GitHub (Nov 11, 2025).
Original GitHub issue: https://github.com/reconurge/flowsint/issues/40
Using Maigret transform on a social profile, the output was not automatically connected to the root node.
@dextmorgn commented on GitHub (Nov 12, 2025):
I was able to recreate the bug, is it creating a new (duplicate) root node ?
@FarallonWest commented on GitHub (Nov 12, 2025):
It is not creating a new duplicate node exactly. It started with social profile node (because I made one). The next offshoot was username and then the extrapolation was social profiles.
For me, I would prefer the username being the top and social profiles being the connected graph nodes in hierarchy. This helps keep things cleaner, especially when you have multiple usernames. And I think this might be solved with the suggestion elsewhere about using the transform on the username vs the social profile.
@drbaron1727-sudo commented on GitHub (Nov 17, 2025):
@dextmorgn commented on GitHub (Nov 18, 2025):
@FarallonWest I've made some changes about the
Usernameand nowSocialAccount(instead ofSocialProfile).Now,
SocialAccounthas a fieldUsername.For now the transform system doesn't support nested types like:
But that's what I'm aiming to update in the next few days.
@FarallonWest @drbaron1727-sudo let me know if something is unclear of if you had other suggestions on this
@FarallonWest commented on GitHub (Nov 18, 2025):
Will do. I will have some more time to test in the coming days