-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathgen.yaml
More file actions
95 lines (95 loc) · 2.44 KB
/
Copy pathgen.yaml
File metadata and controls
95 lines (95 loc) · 2.44 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
configVersion: 2.0.0
generation:
sdkClassName: airbyte-api
usageSnippets:
optionalPropertyRendering: withExample
sdkInitStyle: constructor
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: true
nameResolutionFeb2025: true
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
securityFeb2025: false
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
nameOverrideFeb2026: false
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
hoistGlobalSecurity: true
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
versioningStrategy: manual
persistentEdits: {}
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 1.0.2
additionalDependencies:
dev: {}
main: {}
allowedRedefinedBuiltins:
- id
- object
- dir
asyncMode: both
author: Airbyte
authors:
- Speakeasy
baseErrorName: AirbyteAPIError
bodyVariantOverloads: false
clientServerStatusCodesAsErrors: true
constFieldCasing: upper
defaultErrorName: SDKError
description: Python Client SDK for Airbyte API
enableCustomCodeRegions: false
enumFormat: enum
errorSchemaValidation: true
eventStreamClassNames:
async: EventStreamAsync
sync: EventStream
fixFlags:
asyncPaginationSep2025: false
conflictResistantModelImportsFeb2026: true
responseRequiredSep2024: false
flattenGlobalSecurity: false
flattenRequests: false
flatteningOrder: parameters-first
forwardCompatibleEnumsByDefault: false
forwardCompatibleUnionsByDefault: "false"
imports:
option: openapi
paths:
callbacks: api
errors: errors
operations: api
shared: models
webhooks: api
inferUnionDiscriminators: true
inputModelSuffix: input
inputTypedDictSuffix: TypedDict
license: ""
maxMethodParams: 0
methodArguments: require-security-and-request
methodTimeoutArgument: timeout-ms
methodTimeoutUnits: milliseconds
moduleName: ""
multipartArrayFormat: legacy
optionalDependencies: {}
outputModelSuffix: output
packageManager: poetry
packageName: airbyte-api
preApplyUnionDiscriminators: false
projectUrls: {}
pytestFilterWarnings: []
pytestTimeout: 0
rawResponseHelpers: false
responseFormat: envelope
responseSchemaValidation: true
sseFlatResponse: false
templateVersion: v2
useAsyncHooks: false