@@ -21,7 +21,7 @@ from airbyte.models import shared
2121
2222s = airbyte.Airbyte(
2323 security = shared.Security(
24- bearer_auth = " Bearer YOUR_BEARER_TOKEN_HERE" ,
24+ bearer_auth = " YOUR_BEARER_TOKEN_HERE" ,
2525 ),
2626)
2727
@@ -54,7 +54,7 @@ from airbyte.models import operations
5454
5555s = airbyte.Airbyte(
5656 security = shared.Security(
57- bearer_auth = " Bearer YOUR_BEARER_TOKEN_HERE" ,
57+ bearer_auth = " YOUR_BEARER_TOKEN_HERE" ,
5858 ),
5959)
6060
@@ -80,7 +80,7 @@ from airbyte.models import operations
8080
8181s = airbyte.Airbyte(
8282 security = shared.Security(
83- bearer_auth = " Bearer YOUR_BEARER_TOKEN_HERE" ,
83+ bearer_auth = " YOUR_BEARER_TOKEN_HERE" ,
8484 ),
8585)
8686
@@ -110,7 +110,7 @@ from airbyte.models import shared
110110
111111s = airbyte.Airbyte(
112112 security = shared.Security(
113- bearer_auth = " Bearer YOUR_BEARER_TOKEN_HERE" ,
113+ bearer_auth = " YOUR_BEARER_TOKEN_HERE" ,
114114 ),
115115)
116116
@@ -144,7 +144,7 @@ from airbyte.models import operations
144144
145145s = airbyte.Airbyte(
146146 security = shared.Security(
147- bearer_auth = " Bearer YOUR_BEARER_TOKEN_HERE" ,
147+ bearer_auth = " YOUR_BEARER_TOKEN_HERE" ,
148148 ),
149149)
150150
0 commit comments