1
0
mirror of synced 2025-12-25 02:09:19 -05:00

don't split lines on LSEP unicode characters when reading lines in destinations (#3327)

* use strict JSONL definition of new lines in destinations

* failing test case

* use next instead of nextLine

* add \n in string for test

* bump destination versions

* bump to even newer version

* bump versions in dockerfiles as well

* force mysql test to pass
This commit is contained in:
Jared Rhizor
2021-05-10 12:57:12 -07:00
committed by GitHub
parent 4b79b2a6f9
commit 6fd8e00ad8
21 changed files with 66 additions and 28 deletions

View File

@@ -8,5 +8,5 @@ COPY build/distributions/${APPLICATION}*.tar ${APPLICATION}.tar
RUN tar xf ${APPLICATION}.tar --strip-components=1
LABEL io.airbyte.version=0.3.2
LABEL io.airbyte.version=0.3.3
LABEL io.airbyte.name=airbyte/destination-postgres