-
Notifications
You must be signed in to change notification settings - Fork 13
/
gen.yaml
38 lines (38 loc) · 944 Bytes
/
gen.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
configVersion: 2.0.0
generation:
sdkClassName: airbyte-api
usageSnippets:
optionalPropertyRendering: withExample
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: true
python:
version: 0.52.1
additionalDependencies:
dependencies: {}
extraDependencies:
dev: {}
author: Airbyte
clientServerStatusCodesAsErrors: true
description: Python Client SDK for Airbyte API
flattenGlobalSecurity: false
imports:
option: openapi
paths:
callbacks: api
errors: errors
operations: api
shared: models
webhooks: api
inputModelSuffix: input
maxMethodParams: 0
methodArguments: require-security-and-request
outputModelSuffix: output
packageName: airbyte-api
projectUrls: {}
responseFormat: envelope
templateVersion: v1