An Operator that will be used to filter accounts. The Contains predicate has features for matching words, matching inflectional forms of words, searching using wildcard characters, and searching using proximity. The Equals is used to return all rows where account name is equal(=) to the string that you provided
from airbyte_api.models import Operator
value = Operator.CONTAINS| Name | Value |
|---|---|
CONTAINS |
Contains |
EQUALS |
Equals |