File tree
85 files changed
+5055
-725
lines changed- airbyte-cdk/java/airbyte-cdk
- core/src
- main
- kotlin/io/airbyte/cdk/integrations/destination
- async/buffers
- record_buffer
- resources
- test/kotlin/io/airbyte/cdk/integrations/destination
- buffered_stream_consumer
- record_buffer
- db-destinations/src/testFixtures
- kotlin/io/airbyte/cdk/integrations/standardtest/destination
- resources
- v0
- v1
- gcs-destinations/src/testFixtures/kotlin/io/airbyte/cdk/integrations/destination/gcs
- s3-destinations
- src
- main/kotlin/io/airbyte/cdk/integrations/destination/s3
- avro
- csv
- jsonl
- jsonschema
- parquet
- writer
- test
- kotlin/io/airbyte/cdk/integrations/destination/s3
- avro
- csv
- jsonl
- resources
- avro
- parquet/json_schema_converter
- testFixtures/kotlin/io/airbyte/cdk/integrations/destination/s3
- airbyte-integrations/connectors/destination-s3
- docs
- integrations/destinations
- understanding-airbyte
- docusaurus
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
85 files changed
+5055
-725
lines changedLarge diffs are not rendered by default.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 |
| |
47 | 51 |
| |
48 | 52 |
| |
| |||
80 | 84 |
| |
81 | 85 |
| |
82 | 86 |
| |
83 |
| - | |
| 87 | + | |
84 | 88 |
| |
85 | 89 |
| |
86 | 90 |
| |
| |||
92 | 96 |
| |
93 | 97 |
| |
94 | 98 |
| |
95 |
| - | |
| 99 | + | |
96 | 100 |
| |
97 | 101 |
| |
98 | 102 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 |
| |
34 | 36 |
| |
35 | 37 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 |
| |
29 | 31 |
| |
30 | 32 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| 50 | + | |
| 51 | + | |
50 | 52 |
| |
51 | 53 |
| |
52 | 54 |
| |
53 | 55 |
| |
54 | 56 |
| |
55 |
| - | |
| 57 | + | |
| 58 | + | |
56 | 59 |
| |
57 | 60 |
| |
58 | 61 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
| |||
361 | 362 |
| |
362 | 363 |
| |
363 | 364 |
| |
364 |
| - | |
| 365 | + | |
365 | 366 |
| |
366 | 367 |
| |
367 | 368 |
| |
| |||
463 | 464 |
| |
464 | 465 |
| |
465 | 466 |
| |
466 |
| - | |
| 467 | + | |
467 | 468 |
| |
468 | 469 |
| |
469 | 470 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
40 |
| - | |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
|
0 commit comments