@@ -25,8 +25,8 @@ from airbyte.models import shared
2525s = airbyte.Airbyte(
2626 security = shared.Security(
2727 basic_auth = shared.SchemeBasicAuth(
28- password = " " ,
29- username = " " ,
28+ password = " <YOUR_PASSWORD_HERE> " ,
29+ username = " <YOUR_USERNAME_HERE> " ,
3030 ),
3131 ),
3232)
@@ -76,8 +76,8 @@ from airbyte.models import operations, shared
7676s = airbyte.Airbyte(
7777 security = shared.Security(
7878 basic_auth = shared.SchemeBasicAuth(
79- password = " " ,
80- username = " " ,
79+ password = " <YOUR_PASSWORD_HERE> " ,
80+ username = " <YOUR_USERNAME_HERE> " ,
8181 ),
8282 ),
8383)
@@ -122,8 +122,8 @@ from airbyte.models import operations, shared
122122s = airbyte.Airbyte(
123123 security = shared.Security(
124124 basic_auth = shared.SchemeBasicAuth(
125- password = " " ,
126- username = " " ,
125+ password = " <YOUR_PASSWORD_HERE> " ,
126+ username = " <YOUR_USERNAME_HERE> " ,
127127 ),
128128 ),
129129)
@@ -172,8 +172,8 @@ from airbyte.models import shared
172172s = airbyte.Airbyte(
173173 security = shared.Security(
174174 basic_auth = shared.SchemeBasicAuth(
175- password = " " ,
176- username = " " ,
175+ password = " <YOUR_PASSWORD_HERE> " ,
176+ username = " <YOUR_USERNAME_HERE> " ,
177177 ),
178178 ),
179179)
@@ -221,8 +221,8 @@ from airbyte.models import operations, shared
221221s = airbyte.Airbyte(
222222 security = shared.Security(
223223 basic_auth = shared.SchemeBasicAuth(
224- password = " " ,
225- username = " " ,
224+ password = " <YOUR_PASSWORD_HERE> " ,
225+ username = " <YOUR_USERNAME_HERE> " ,
226226 ),
227227 ),
228228)
@@ -270,8 +270,8 @@ from airbyte.models import operations, shared
270270s = airbyte.Airbyte(
271271 security = shared.Security(
272272 basic_auth = shared.SchemeBasicAuth(
273- password = " " ,
274- username = " " ,
273+ password = " <YOUR_PASSWORD_HERE> " ,
274+ username = " <YOUR_USERNAME_HERE> " ,
275275 ),
276276 ),
277277)
@@ -324,8 +324,8 @@ from airbyte.models import operations, shared
324324s = airbyte.Airbyte(
325325 security = shared.Security(
326326 basic_auth = shared.SchemeBasicAuth(
327- password = " " ,
328- username = " " ,
327+ password = " <YOUR_PASSWORD_HERE> " ,
328+ username = " <YOUR_USERNAME_HERE> " ,
329329 ),
330330 ),
331331)
0 commit comments