Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions docs/models/accesstoken.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# AccessToken


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| `access_token` | *str* | :heavy_check_mark: | Drift Access Token. See the <a href="https://docs.airbyte.com/integrations/sources/drift">docs</a> for more information on how to generate this key. |
| `credentials` | [Optional[models.SourceDriftAuthorizationMethodCredentials]](../models/sourcedriftauthorizationmethodcredentials.md) | :heavy_minus_sign: | N/A |
11 changes: 11 additions & 0 deletions docs/models/accountnames.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# AccountNames

Account Names Predicates Config.


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `name` | *str* | :heavy_check_mark: | Account Name is a string value for comparing with the specified predicate. |
| `operator` | [models.Operator](../models/operator.md) | :heavy_check_mark: | 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 |
6 changes: 3 additions & 3 deletions docs/models/airtable.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
| `credentials` | [Optional[models.AirtableCredentials]](../models/airtablecredentials.md) | :heavy_minus_sign: | N/A |
| Field | Type | Required | Description |
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
| `credentials` | [Optional[models.Credentials]](../models/credentials.md) | :heavy_minus_sign: | N/A |
10 changes: 10 additions & 0 deletions docs/models/allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Allow

Allow SSL mode.


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
| `mode` | [Optional[models.DestinationPostgresSSLModesMode]](../models/destinationpostgressslmodesmode.md) | :heavy_minus_sign: | N/A |
8 changes: 4 additions & 4 deletions docs/models/alltypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Generates one column of each Airbyte data type.

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| `__pydantic_extra__` | Dict[str, *Any*] | :heavy_minus_sign: | N/A |
| `data_type` | [Optional[models.DataTypeTypes]](../models/datatypetypes.md) | :heavy_minus_sign: | N/A |
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| `__pydantic_extra__` | Dict[str, *Any*] | :heavy_minus_sign: | N/A |
| `data_type` | [Optional[models.SourceDatagenDataGenerationTypeDataType]](../models/sourcedatagendatagenerationtypedatatype.md) | :heavy_minus_sign: | N/A |
11 changes: 11 additions & 0 deletions docs/models/andgroup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# AndGroup

The FilterExpressions in andGroup have an AND relationship.


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
| `expressions` | List[[models.Expression](../models/expression.md)] | :heavy_check_mark: | N/A |
| `filter_type` | [models.FilterType](../models/filtertype.md) | :heavy_check_mark: | N/A |
Loading
Loading