Skip to content

Commit 532cfaf

Browse files
committed
Add pull request id
1 parent 920f4e7 commit 532cfaf

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/integrations/destinations/bigquery.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ This uploads data directly from your source to BigQuery. While this is faster to
209209
210210
| Version | Date | Pull Request | Subject |
211211
|:--------|:-----------| :--- |:--------------------------------------------------------------------------------------------|
212-
| 1.1.4 | 2022-05-04 | [\#](https://github.com/airbytehq/airbyte/pull/) | In JSON to Avro conversion, log JSON field values that do not follow Avro schema for debugging. |
212+
| 1.1.4 | 2022-05-04 | [12578](https://github.com/airbytehq/airbyte/pull/12578) | In JSON to Avro conversion, log JSON field values that do not follow Avro schema for debugging. |
213213
| 1.1.3 | 2022-05-02 | [12528](https://github.com/airbytehq/airbyte/pull/12528) | Update Dataset location field description |
214214
| 1.1.2 | 2022-04-29 | [12477](https://github.com/airbytehq/airbyte/pull/12477) | Dataset location is a required field |
215215
| 1.1.1 | 2022-04-15 | [12068](https://github.com/airbytehq/airbyte/pull/12068) | Fixed bug with GCS bucket conditional binding |
@@ -243,8 +243,8 @@ This uploads data directly from your source to BigQuery. While this is faster to
243243
244244
| Version | Date | Pull Request | Subject |
245245
|:--------|:-----------|:-----------------------------------------------------------| :--- |
246-
| 1.1.4 | 2022-05-04 | [\#](https://github.com/airbytehq/airbyte/pull/) | In JSON to Avro conversion, log JSON field values that do not follow Avro schema for debugging. |
247-
| 0.3.3 | 2022-05-02 | [12528](https://github.com/airbytehq/airbyte/pull/12528/) | Update Dataset location field description |
246+
| 1.1.4 | 2022-05-04 | [12578](https://github.com/airbytehq/airbyte/pull/12578) | In JSON to Avro conversion, log JSON field values that do not follow Avro schema for debugging. |
247+
| 0.3.3 | 2022-05-02 | [12528](https://github.com/airbytehq/airbyte/pull/12528) | Update Dataset location field description |
248248
| 0.3.2 | 2022-04-29 | [12477](https://github.com/airbytehq/airbyte/pull/12477) | Dataset location is a required field |
249249
| 0.3.1 | 2022-04-15 | [11978](https://github.com/airbytehq/airbyte/pull/11978) | Fixed emittedAt timestamp. |
250250
| 0.3.0 | 2022-04-06 | [11776](https://github.com/airbytehq/airbyte/pull/11776) | Use serialized buffering strategy to reduce memory consumption. |

docs/integrations/destinations/databricks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ Under the hood, an Airbyte data stream in Json schema is first converted to an A
103103

104104
| Version | Date | Pull Request | Subject |
105105
| :--- | :--- | :--- | :--- |
106-
| 1.1.5 | 2022-05-04 | [\#](https://github.com/airbytehq/airbyte/pull/) | In JSON to Avro conversion, log JSON field values that do not follow Avro schema for debugging. |
107-
| 0.1.4 | 2022-02-14 | [10256](https://github.com/airbytehq/airbyte/pull/10256) | Add `-XX:+ExitOnOutOfMemoryError` JVM option |
106+
| 1.1.5 | 2022-05-04 | [\#12578](https://github.com/airbytehq/airbyte/pull/12578) | In JSON to Avro conversion, log JSON field values that do not follow Avro schema for debugging. |
107+
| 0.1.4 | 2022-02-14 | [\#10256](https://github.com/airbytehq/airbyte/pull/10256) | Add `-XX:+ExitOnOutOfMemoryError` JVM option |
108108
| 0.1.3 | 2022-01-06 | [\#7622](https://github.com/airbytehq/airbyte/pull/7622) [\#9153](https://github.com/airbytehq/airbyte/issues/9153) | Upgrade Spark JDBC driver to `2.6.21` to patch Log4j vulnerability; update connector fields title/description. |
109109
| 0.1.2 | 2021-11-03 | [\#7288](https://github.com/airbytehq/airbyte/issues/7288) | Support Json `additionalProperties`. |
110110
| 0.1.1 | 2021-10-05 | [\#6792](https://github.com/airbytehq/airbyte/pull/6792) | Require users to accept Databricks JDBC Driver [Terms & Conditions](https://databricks.com/jdbc-odbc-driver-license). |

docs/integrations/destinations/gcs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Under the hood, an Airbyte data stream in Json schema is first converted to an A
235235
236236
| Version | Date | Pull Request | Subject |
237237
| :--- | :--- | :--- | :--- |
238-
| 0.2.5 | 2022-05-04 | [\#](https://github.com/airbytehq/airbyte/pull/) | In JSON to Avro conversion, log JSON field values that do not follow Avro schema for debugging. |
238+
| 0.2.5 | 2022-05-04 | [\#12578](https://github.com/airbytehq/airbyte/pull/12578) | In JSON to Avro conversion, log JSON field values that do not follow Avro schema for debugging. |
239239
| 0.2.4 | 2022-04-22 | [\#12167](https://github.com/airbytehq/airbyte/pull/12167) | Add gzip compression option for CSV and JSONL formats. |
240240
| 0.2.3 | 2022-04-22 | [\#11795](https://github.com/airbytehq/airbyte/pull/11795) | Fix the connection check to verify the provided bucket path. |
241241
| 0.2.2 | 2022-04-05 | [\#11728](https://github.com/airbytehq/airbyte/pull/11728) | Properly clean-up bucket when running OVERWRITE sync mode |

docs/integrations/destinations/s3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ In order for everything to work correctly, it is also necessary that the user wh
315315

316316
| Version | Date | Pull Request | Subject |
317317
|:--------| :--- | :--- |:---------------------------------------------------------------------------------------------------------------------------|
318-
| 0.3.4 | 2022-05-04 | [\#](https://github.com/airbytehq/airbyte/pull/) | In JSON to Avro conversion, log JSON field values that do not follow Avro schema for debugging. |
318+
| 0.3.4 | 2022-05-04 | [\#12578](https://github.com/airbytehq/airbyte/pull/12578) | In JSON to Avro conversion, log JSON field values that do not follow Avro schema for debugging. |
319319
| 0.3.3 | 2022-04-20 | [\#12167](https://github.com/airbytehq/airbyte/pull/12167) | Add gzip compression option for CSV and JSONL formats. |
320320
| 0.3.2 | 2022-04-22 | [\#11795](https://github.com/airbytehq/airbyte/pull/11795) | Fix the connection check to verify the provided bucket path. |
321321
| 0.3.1 | 2022-04-05 | [\#11728](https://github.com/airbytehq/airbyte/pull/11728) | Properly clean-up bucket when running OVERWRITE sync mode |

0 commit comments

Comments
 (0)