You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[createDestination](docs/sdks/destinations/README.md#createdestination) - Create a destination
115
115
*[deleteDestination](docs/sdks/destinations/README.md#deletedestination) - Delete a Destination
@@ -118,14 +118,14 @@ public class Application {
118
118
*[patchDestination](docs/sdks/destinations/README.md#patchdestination) - Update a Destination
119
119
*[putDestination](docs/sdks/destinations/README.md#putdestination) - Update a Destination and fully overwrite it
120
120
121
-
### [.jobs](docs/sdks/jobs/README.md)
121
+
### [jobs](docs/sdks/jobs/README.md)
122
122
123
123
*[cancelJob](docs/sdks/jobs/README.md#canceljob) - Cancel a running Job
124
124
*[createJob](docs/sdks/jobs/README.md#createjob) - Trigger a sync or reset job of a connection
125
125
*[getJob](docs/sdks/jobs/README.md#getjob) - Get Job status and details
126
126
*[listJobs](docs/sdks/jobs/README.md#listjobs) - List Jobs by sync type
127
127
128
-
### [.sources](docs/sdks/sources/README.md)
128
+
### [sources](docs/sdks/sources/README.md)
129
129
130
130
*[createSource](docs/sdks/sources/README.md#createsource) - Create a source
131
131
*[deleteSource](docs/sdks/sources/README.md#deletesource) - Delete a Source
@@ -135,11 +135,11 @@ public class Application {
135
135
*[patchSource](docs/sdks/sources/README.md#patchsource) - Update a Source
136
136
*[putSource](docs/sdks/sources/README.md#putsource) - Update a Source and fully overwrite it
137
137
138
-
### [.streams](docs/sdks/streams/README.md)
138
+
### [streams](docs/sdks/streams/README.md)
139
139
140
140
*[getStreamProperties](docs/sdks/streams/README.md#getstreamproperties) - Get stream properties
141
141
142
-
### [.workspaces](docs/sdks/workspaces/README.md)
142
+
### [workspaces](docs/sdks/workspaces/README.md)
143
143
144
144
*[createOrUpdateWorkspaceOAuthCredentials](docs/sdks/workspaces/README.md#createorupdateworkspaceoauthcredentials) - Create OAuth override credentials for a workspace and source type.
145
145
*[createWorkspace](docs/sdks/workspaces/README.md#createworkspace) - Create a workspace
|`configurations`|[StreamConfigurations](../../models/shared/StreamConfigurations.md)|:heavy_check_mark:| A list of configured stream options for a connection. |
|`namespaceDefinition`|[NamespaceDefinitionEnum](../../models/shared/NamespaceDefinitionEnum.md)|:heavy_minus_sign:| Define the location where the data will be stored in the destination |
|`nonBreakingSchemaUpdatesBehavior`|[NonBreakingSchemaUpdatesBehaviorEnum](../../models/shared/NonBreakingSchemaUpdatesBehaviorEnum.md)|:heavy_minus_sign:| Set how Airbyte handles syncs when it detects a non-breaking schema change in the source |
18
-
|`prefix`|*String*|:heavy_minus_sign:| N/A |
19
-
|`schedule`|[ConnectionScheduleResponse](../../models/shared/ConnectionScheduleResponse.md)|:heavy_check_mark:| schedule for when the the connection should run, per the schedule type |
|`configurations`|[com.airbyte.api.models.shared.StreamConfigurations](../../models/shared/StreamConfigurations.md)|:heavy_check_mark:| A list of configured stream options for a connection.|
|`namespaceDefinition`|[com.airbyte.api.models.shared.NamespaceDefinitionEnum](../../models/shared/NamespaceDefinitionEnum.md)|:heavy_minus_sign:| Define the location where the data will be stored in the destination|
|`nonBreakingSchemaUpdatesBehavior`|[com.airbyte.api.models.shared.NonBreakingSchemaUpdatesBehaviorEnum](../../models/shared/NonBreakingSchemaUpdatesBehaviorEnum.md)|:heavy_minus_sign:| Set how Airbyte handles syncs when it detects a non-breaking schema change in the source|
18
+
|`prefix`|*String*|:heavy_minus_sign:| N/A|
19
+
|`schedule`|[com.airbyte.api.models.shared.ConnectionScheduleResponse](../../models/shared/ConnectionScheduleResponse.md)|:heavy_check_mark:| schedule for when the the connection should run, per the schedule type|
0 commit comments