Skip to content

Commit a439ef8

Browse files
authored
Change (breaking!): Rename import to airbyte_api, flatten hierarchy (#66)
1 parent 10bb5d6 commit a439ef8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

gen.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
configVersion: 2.0.0
22
generation:
3-
sdkClassName: airbyte
3+
sdkClassName: airbyte-api
44
usageSnippets:
55
optionalPropertyRendering: withExample
66
useClassNamesForArrayFields: true
@@ -11,19 +11,19 @@ generation:
1111
auth:
1212
oAuth2ClientCredentialsEnabled: false
1313
python:
14-
version: 0.47.3
14+
version: 0.48.0
1515
author: Airbyte
1616
clientServerStatusCodesAsErrors: true
1717
description: Python Client SDK for Airbyte API
1818
flattenGlobalSecurity: false
1919
imports:
2020
option: openapi
2121
paths:
22-
callbacks: models/callbacks
23-
errors: models/errors
24-
operations: models/operations
25-
shared: models/shared
26-
webhooks: models/webhooks
22+
callbacks: ""
23+
errors: ""
24+
operations: ""
25+
shared: ""
26+
webhooks: ""
2727
inputModelSuffix: input
2828
maxMethodParams: 0
2929
outputModelSuffix: output

0 commit comments

Comments
 (0)