@@ -30,14 +30,14 @@ s = airbyte.Airbyte(
3030)
3131
3232req = shared.DestinationCreateRequest(
33- shared.DestinationGoogleSheets(
34- credentials = shared.AuthenticationViaGoogleOAuth(
35- client_id = ' string' ,
36- client_secret = ' string' ,
37- refresh_token = ' string' ,
38- ),
39- spreadsheet_id = ' https://docs.google.com/spreadsheets/d/1hLd9Qqti3UyLXZB2aFfUWDT7BG/edit' ,
33+ configuration = shared.DestinationGoogleSheets(
34+ credentials = shared.AuthenticationViaGoogleOAuth(
35+ client_id = ' string' ,
36+ client_secret = ' string' ,
37+ refresh_token = ' string' ,
4038 ),
39+ spreadsheet_id = ' https://docs.google.com/spreadsheets/d/1hLd9Qqti3UyLXZB2aFfUWDT7BG/edit' ,
40+ ),
4141 name = ' string' ,
4242 workspace_id = ' 8360860a-d46e-48e6-af62-08e5ba5019ef' ,
4343)
@@ -226,14 +226,14 @@ s = airbyte.Airbyte(
226226
227227req = operations.PatchDestinationRequest(
228228 destination_patch_request = shared.DestinationPatchRequest(
229- shared.DestinationGoogleSheets(
230- credentials = shared.AuthenticationViaGoogleOAuth(
231- client_id = ' string' ,
232- client_secret = ' string' ,
233- refresh_token = ' string' ,
234- ),
235- spreadsheet_id = ' https://docs.google.com/spreadsheets/d/1hLd9Qqti3UyLXZB2aFfUWDT7BG/edit' ,
229+ configuration = shared.DestinationGoogleSheets(
230+ credentials = shared.AuthenticationViaGoogleOAuth(
231+ client_id = ' string' ,
232+ client_secret = ' string' ,
233+ refresh_token = ' string' ,
236234 ),
235+ spreadsheet_id = ' https://docs.google.com/spreadsheets/d/1hLd9Qqti3UyLXZB2aFfUWDT7BG/edit' ,
236+ ),
237237 ),
238238 destination_id = ' string' ,
239239)
@@ -282,14 +282,14 @@ s = airbyte.Airbyte(
282282
283283req = operations.PutDestinationRequest(
284284 destination_put_request = shared.DestinationPutRequest(
285- shared.DestinationGoogleSheets(
286- credentials = shared.AuthenticationViaGoogleOAuth(
287- client_id = ' string' ,
288- client_secret = ' string' ,
289- refresh_token = ' string' ,
290- ),
291- spreadsheet_id = ' https://docs.google.com/spreadsheets/d/1hLd9Qqti3UyLXZB2aFfUWDT7BG/edit' ,
285+ configuration = shared.DestinationGoogleSheets(
286+ credentials = shared.AuthenticationViaGoogleOAuth(
287+ client_id = ' string' ,
288+ client_secret = ' string' ,
289+ refresh_token = ' string' ,
292290 ),
291+ spreadsheet_id = ' https://docs.google.com/spreadsheets/d/1hLd9Qqti3UyLXZB2aFfUWDT7BG/edit' ,
292+ ),
293293 name = ' string' ,
294294 ),
295295 destination_id = ' string' ,
0 commit comments