When enabling partitioning for the Azure AD connector, the aggregation returns the error ‘connector returned null partitions’
Have attempted several different partition filters and increased the number of threads, see a few samples below. Are there any other configurations that can be set to ensure the connector does not return null partitions?
"userPartitions": [
"accountEnabled eq true",
"accountEnabled eq false"
]
"userPartitions": [
"startswith(displayName,'.') or startswith(displayName,'--') or startswith(displayName,'1') or startswith(displayName,'2') or startswith(displayName,'3') or startswith(displayName,'4') or startswith(displayName,'5') or startswith(displayName,'6') or startswith(displayName,'7') or startswith(displayName,'8') or startswith(displayName,'9') or startswith(displayName,'0')",
"startswith(displayName,'A')",
"startswith(displayName,'B')",
"startswith(displayName,'C')",
"startswith(displayName,'D')",
"startswith(displayName,'E')",
"startswith(displayName,'F')",
"startswith(displayName,'G')",
"startswith(displayName,'H')",
"startswith(displayName,'I')",
"startswith(displayName,'J')",
"startswith(displayName,'K')",
"startswith(displayName,'L')",
"startswith(displayName,'M')",
"startswith(displayName,'N')",
"startswith(displayName,'O')",
"startswith(displayName,'P')",
"startswith(displayName,'Q')",
"startswith(displayName,'R')",
"startswith(displayName,'S')",
"startswith(displayName,'T')",
"startswith(displayName,'U')",
"startswith(displayName,'V')",
"startswith(displayName,'W')",
"startswith(displayName,'X')",
"startswith(displayName,'Y')",
"startswith(displayName,'Z')"
]
