Skip to content

Commit

Permalink
Change (breaking!): Rename import to airbyte_api, flatten hierarchy (
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Apr 8, 2024
1 parent 10bb5d6 commit a439ef8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gen.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
configVersion: 2.0.0
generation:
sdkClassName: airbyte
sdkClassName: airbyte-api
usageSnippets:
optionalPropertyRendering: withExample
useClassNamesForArrayFields: true
Expand All @@ -11,19 +11,19 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 0.47.3
version: 0.48.0
author: Airbyte
clientServerStatusCodesAsErrors: true
description: Python Client SDK for Airbyte API
flattenGlobalSecurity: false
imports:
option: openapi
paths:
callbacks: models/callbacks
errors: models/errors
operations: models/operations
shared: models/shared
webhooks: models/webhooks
callbacks: ""
errors: ""
operations: ""
shared: ""
webhooks: ""
inputModelSuffix: input
maxMethodParams: 0
outputModelSuffix: output
Expand Down

0 comments on commit a439ef8

Please sign in to comment.