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
@@ -106,6 +107,10 @@ if res.connection_response is not None:
106
107
107
108
*[get_stream_properties](docs/sdks/streams/README.md#get_stream_properties) - Get stream properties
108
109
110
+
### [users](docs/sdks/users/README.md)
111
+
112
+
*[list_users](docs/sdks/users/README.md#list_users) - List users
113
+
109
114
### [workspaces](docs/sdks/workspaces/README.md)
110
115
111
116
*[create_or_update_workspace_o_auth_credentials](docs/sdks/workspaces/README.md#create_or_update_workspace_o_auth_credentials) - Create OAuth override credentials for a workspace and source type.
@@ -154,6 +159,7 @@ try:
154
159
name='Postgres-to-Bigquery',
155
160
namespace_format='${SOURCE_NAMESPACE}',
156
161
))
162
+
157
163
except errors.SDKError as e:
158
164
# handle exception
159
165
raise(e)
@@ -194,6 +200,7 @@ s = airbyte_api.AirbyteAPI(
194
200
),
195
201
)
196
202
203
+
197
204
res = s.connections.create_connection(request=models.ConnectionCreateRequest(
|`content_type`|*str*|:heavy_check_mark:| HTTP response content type for this operation |
9
+
|`status_code`|*int*|:heavy_check_mark:| HTTP response status code for this operation |
10
+
|`raw_response`|[requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing |
11
+
|`users_response`|[Optional[models.UsersResponse]](../models/usersresponse.md)|:heavy_minus_sign:| List Users. |
|`compression_codec`|[Union[models.NoCompression, models.Deflate, models.Bzip2, models.Xz, models.Zstandard, models.Snappy]](../models/compressioncodec.md)|:heavy_check_mark:| The compression algorithm used to compress data. Default to no compression.|
|`compression_codec`|[models.CompressionCodec](../models/compressioncodec.md)|:heavy_check_mark:| The compression algorithm used to compress data. Default to no compression. |
0 commit comments