Skip to content

Commit

Permalink
fix Connector Base build (#18351)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Oct 24, 2022
1 parent 69092ed commit 710c432
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1148,13 +1148,6 @@
icon: victorops.svg
sourceType: api
releaseStage: alpha
- name: xkcd
sourceDefinitionId: 80fddd16-17bd-4c0c-bf4a-80df7863fc9d
dockerRepository: airbyte/source-xkcd
dockerImageTag: 0.1.0
documentationUrl: https://docs.airbyte.com/integrations/sources/xkcd
sourceType: api
releaseStage: alpha
- name: Webflow
sourceDefinitionId: ef580275-d9a9-48bb-af5e-db0f5855be04
dockerRepository: airbyte/source-webflow
Expand Down
10 changes: 0 additions & 10 deletions airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11815,16 +11815,6 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-xkcd:0.1.0"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/xkcd"
connectionSpecification:
$schema: "http://json-schema.org/draft-07/schema#"
title: "Xkcd Spec"
type: "object"
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-webflow:0.1.2"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/webflow"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class AvroSerializedBufferTest {
public void testSnappyAvroWriter() throws Exception {
final S3AvroFormatConfig config = new S3AvroFormatConfig(Jsons.jsonNode(Map.of("compression_codec", Map.of(
"codec", "snappy"))));
runTest(new InMemoryBuffer(AvroSerializedBuffer.DEFAULT_SUFFIX), 965L, 985L, config, getExpectedString());
runTest(new InMemoryBuffer(AvroSerializedBuffer.DEFAULT_SUFFIX), 964L, 985L, config, getExpectedString());
}

@Test
Expand Down

0 comments on commit 710c432

Please sign in to comment.