Skip to content

Commit ca672b1

Browse files
experiment: enable ALL fix flags to newSDK defaults
Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent a1d6b45 commit ca672b1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

gen.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ generation:
88
fixes:
99
nameResolutionDec2023: true
1010
nameResolutionFeb2025: true
11-
parameterOrderingFeb2024: false
12-
requestResponseComponentNamesFeb2024: false
13-
securityFeb2025: false
14-
sharedErrorComponentsApr2025: false
15-
sharedNestedComponentsJan2026: false
16-
nameOverrideFeb2026: false
11+
parameterOrderingFeb2024: true
12+
requestResponseComponentNamesFeb2024: true
13+
securityFeb2025: true
14+
sharedErrorComponentsApr2025: true
15+
sharedNestedComponentsJan2026: true
16+
nameOverrideFeb2026: true
1717
auth:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: false
@@ -53,9 +53,9 @@ python:
5353
async: EventStreamAsync
5454
sync: EventStream
5555
fixFlags:
56-
asyncPaginationSep2025: false
56+
asyncPaginationSep2025: true
5757
conflictResistantModelImportsFeb2026: true
58-
responseRequiredSep2024: false
58+
responseRequiredSep2024: true
5959
flattenGlobalSecurity: false
6060
flattenRequests: false
6161
flatteningOrder: parameters-first

0 commit comments

Comments
 (0)