We want to have the ability to map the entity identifier using a query search like the following mapping
identifier:
combinator: '"and"'
rules:
- operator: '"="'
property: '"$blueprint"'
value: '"_user"'
- operator: '"="'
property: '"$identifier"'
value: '"\(.user_handle)@github.com"'
- operator: '"!="'
property: '"port_type"'
value: '"Service Account"'
At this time this returns an entity and the custom ocean mapping give us a "identifier must be a string" error
Created by Haim Natan
·