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

[FEATURE] Use configuration on the Source to determine which source attributes correspond to which Identity attributes #7

Open
drosenbauer opened this issue Oct 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@drosenbauer
Copy link

The mapping function (merging_map) is used in two different ways within this connector - to populate the Identity Fusion "unique account" object with its rolled-up fields and for matching a new Source account to an Identity. So for matching, it just iterates over the Account to find the first account field in the list of field names. This could become a problem if a source has a field with a matching name, but we actually want a different one.

Since all of the authoritative source objects are available within the aggregation, we can optionally read this configuration from the Source itself. This would require that we manually add those attributes to the Source via API, but that's doable. (Or create a small CLI to do it.)

@drosenbauer drosenbauer added the enhancement New feature or request label Oct 24, 2024
@codey-bot
Copy link

codey-bot bot commented Oct 24, 2024

🎉 Thanks for opening your first issue here! Be sure to follow the issue template, and welcome to the community! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant