Commit d023230
fix: preserve backward compatibility for string request_body_json in migration
String-valued request_body_json fields are no longer migrated to
RequestBodyPlainText (which now correctly routes to request_body_data).
Instead, they are left as request_body_json to preserve their original
JSON body semantics via InterpolatedNestedRequestInputProvider.
Co-Authored-By: syed.khadeer@airbyte.io <cloud-support@airbyte.io>1 parent 92cf499 commit d023230
2 files changed
Lines changed: 22 additions & 14 deletions
File tree
- airbyte_cdk/manifest_migrations/migrations
- unit_tests/manifest_migrations
Lines changed: 20 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
41 | | - | |
42 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
43 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
44 | 58 | | |
45 | 59 | | |
46 | 60 | | |
| |||
52 | 66 | | |
53 | 67 | | |
54 | 68 | | |
55 | | - | |
| 69 | + | |
56 | 70 | | |
57 | 71 | | |
58 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
941 | 941 | | |
942 | 942 | | |
943 | 943 | | |
944 | | - | |
945 | | - | |
946 | | - | |
947 | | - | |
| 944 | + | |
948 | 945 | | |
949 | 946 | | |
950 | 947 | | |
| |||
1102 | 1099 | | |
1103 | 1100 | | |
1104 | 1101 | | |
1105 | | - | |
1106 | | - | |
1107 | | - | |
1108 | | - | |
| 1102 | + | |
1109 | 1103 | | |
1110 | 1104 | | |
1111 | 1105 | | |
| |||
0 commit comments