Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change (breaking!): Rename import to airbyte_api to make airbyte-api compatible with PyAirbyte #66

Merged
merged 4 commits into from
Apr 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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