Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 549 Bytes

File metadata and controls

19 lines (12 loc) · 549 Bytes

Operator

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

Example Usage

from airbyte_api.models import Operator

value = Operator.CONTAINS

Values

Name Value
CONTAINS Contains
EQUALS Equals