Skip to content

Commit ff9ae2d

Browse files
Merge pull request #49 from airbytehq/master
Fork Sync: Update from parent repository
2 parents 1785fb7 + 8d6e893 commit ff9ae2d

File tree

92 files changed

+13261
-9606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+13261
-9606
lines changed

airbyte-integrations/connector-templates/generator/package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/destination-postgres-strict-encrypt/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: database
33
connectorType: destination
44
definitionId: 25c5221d-dce2-4163-ade9-739ef790f503
5-
dockerImageTag: 2.0.10
5+
dockerImageTag: 2.0.11
66
dockerRepository: airbyte/destination-postgres-strict-encrypt
77
documentationUrl: https://docs.airbyte.com/integrations/destinations/postgres
88
githubIssueLabel: destination-postgres

airbyte-integrations/connectors/destination-postgres/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data:
55
connectorSubtype: database
66
connectorType: destination
77
definitionId: 25c5221d-dce2-4163-ade9-739ef790f503
8-
dockerImageTag: 2.0.10
8+
dockerImageTag: 2.0.11
99
dockerRepository: airbyte/destination-postgres
1010
documentationUrl: https://docs.airbyte.com/integrations/destinations/postgres
1111
githubIssueLabel: destination-postgres

airbyte-integrations/connectors/destination-postgres/src/main/java/io/airbyte/integrations/destination/postgres/PostgresDestination.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ protected DataSourceFactory.DataSourceBuilder modifyDataSourceBuilder(final Data
7373
// Adding 60 seconds to connection timeout, for ssl connections, default 10 seconds is not enough
7474
return builder.withConnectionTimeout(Duration.ofSeconds(60))
7575
.withConnectionInitSql("""
76-
CREATE FUNCTION pg_temp.airbyte_safe_cast(_in text, INOUT _out ANYELEMENT)
76+
CREATE OR REPLACE FUNCTION pg_temp.airbyte_safe_cast(_in text, INOUT _out ANYELEMENT)
7777
LANGUAGE plpgsql AS
7878
$func$
7979
BEGIN

airbyte-integrations/connectors/source-azure-blob-storage/integration_tests/abnormal_states/parquet.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
"type": "STREAM",
44
"stream": {
55
"stream_state": {
6-
"_ab_source_file_last_modified": "2999-01-01T00:00:00.000000Z_simple_test.csv",
6+
"_ab_source_file_last_modified": "2999-01-02T00:00:00.000000Z_test_payroll/Fiscal_Year=2022/Leave_Status_as_of_June_30=ACTIVE/Pay_Basis=per%20Annum/4e0ea65c5a074c0592e43f7b950f3ce8-0.parquet",
77
"history": {
8-
"test_payroll/Fiscal_Year=2021/Leave_Status_as_of_June_30=ACTIVE/Pay_Basis=per%20Annum/4e0ea65c5a074c0592e43f7b950f3ce8-0.parquet": "2999-01-01T00:00:00.000000Z",
9-
"test_payroll/Fiscal_Year=2021/Leave_Status_as_of_June_30=ACTIVE/Pay_Basis=per%20Hour/4e0ea65c5a074c0592e43f7b950f3ce8-0.parquet": "2999-01-01T00:00:00.000000Z",
108
"test_payroll/Fiscal_Year=2021/Leave_Status_as_of_June_30=ON%20LEAVE/Pay_Basis=per%20Annum/4e0ea65c5a074c0592e43f7b950f3ce8-0.parquet": "2999-01-01T00:00:00.000000Z",
11-
"test_payroll/Fiscal_Year=2022/Leave_Status_as_of_June_30=ACTIVE/Pay_Basis=per%20Annum/4e0ea65c5a074c0592e43f7b950f3ce8-0.parquet": "2999-01-01T00:00:00.000000Z",
12-
"test_payroll/Fiscal_Year=2022/Leave_Status_as_of_June_30=ON%20LEAVE/Pay_Basis=per%20Annum/4e0ea65c5a074c0592e43f7b950f3ce8-0.parquet": "2999-01-01T00:00:00.000000Z"
9+
"test_payroll/Fiscal_Year=2021/Leave_Status_as_of_June_30=ACTIVE/Pay_Basis=per%20Hour/4e0ea65c5a074c0592e43f7b950f3ce8-0.parquet": "2999-01-01T00:00:00.000000Z",
10+
"test_payroll/Fiscal_Year=2021/Leave_Status_as_of_June_30=ACTIVE/Pay_Basis=per%20Annum/4e0ea65c5a074c0592e43f7b950f3ce8-0.parquet": "2999-01-02T00:00:00.000000Z",
11+
"test_payroll/Fiscal_Year=2022/Leave_Status_as_of_June_30=ON%20LEAVE/Pay_Basis=per%20Annum/4e0ea65c5a074c0592e43f7b950f3ce8-0.parquet": "2999-01-01T00:00:00.000000Z",
12+
"test_payroll/Fiscal_Year=2022/Leave_Status_as_of_June_30=ACTIVE/Pay_Basis=per%20Annum/4e0ea65c5a074c0592e43f7b950f3ce8-0.parquet": "2999-01-01T00:00:00.000000Z"
1313
}
1414
},
15-
"stream_descriptor": { "name": "airbyte-source-azure-blob-storage-test" }
15+
"stream_descriptor": {
16+
"name": "airbyte-source-azure-blob-storage-test"
17+
}
1618
}
1719
}
1820
]

airbyte-integrations/connectors/source-kafka/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: database
33
connectorType: source
44
definitionId: d917a47b-8537-4d0d-8c10-36a9928d4265
5-
dockerImageTag: 0.2.4
5+
dockerImageTag: 0.2.5
66
dockerRepository: airbyte/source-kafka
77
githubIssueLabel: source-kafka
88
icon: kafka.svg

airbyte-integrations/connectors/source-kafka/src/main/java/io/airbyte/integrations/source/kafka/format/AvroFormat.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
import com.fasterxml.jackson.databind.ObjectMapper;
1010
import com.fasterxml.jackson.databind.node.ObjectNode;
1111
import com.google.common.collect.AbstractIterator;
12+
import com.google.common.collect.ImmutableMap;
1213
import com.google.common.collect.Lists;
14+
import io.airbyte.commons.json.Jsons;
1315
import io.airbyte.commons.util.AutoCloseableIterator;
1416
import io.airbyte.commons.util.AutoCloseableIterators;
1517
import io.airbyte.integrations.source.kafka.KafkaStrategy;
@@ -205,7 +207,7 @@ protected AirbyteMessage computeNext() {
205207
.withRecord(new AirbyteRecordMessage()
206208
.withStream(record.topic())
207209
.withEmittedAt(Instant.now().toEpochMilli())
208-
.withData(output));
210+
.withData(Jsons.jsonNode(ImmutableMap.builder().put("value", output).build())));
209211
}
210212

211213
return endOfData();

airbyte-integrations/connectors/source-klarna/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ data:
1313
connectorSubtype: api
1414
connectorType: source
1515
definitionId: 60c24725-00ae-490c-991d-55b78c3197e0
16-
dockerImageTag: 0.2.5
16+
dockerImageTag: 0.2.6
1717
dockerRepository: airbyte/source-klarna
1818
documentationUrl: https://docs.airbyte.com/integrations/sources/klarna
1919
githubIssueLabel: source-klarna

0 commit comments

Comments
 (0)